| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput
Description
Synopsis
- data ListRulesOutput = ListRulesOutput' {
- ruleDescription :: Text
- ruleId :: Text
- resourceType :: Text
- newListRulesOutput :: Text -> Text -> Text -> ListRulesOutput
- listRulesOutput_ruleDescription :: Lens' ListRulesOutput Text
- listRulesOutput_ruleId :: Lens' ListRulesOutput Text
- listRulesOutput_resourceType :: Lens' ListRulesOutput Text
Documentation
data ListRulesOutput Source #
Readiness rule information, including the resource type, rule ID, and rule description.
See: newListRulesOutput smart constructor.
Constructors
| ListRulesOutput' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> ListRulesOutput |
Create a value of ListRulesOutput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:ruleDescription:ListRulesOutput', listRulesOutput_ruleDescription - The description of a readiness rule.
$sel:ruleId:ListRulesOutput', listRulesOutput_ruleId - The ID for the readiness rule.
$sel:resourceType:ListRulesOutput', listRulesOutput_resourceType - The resource type that the readiness rule applies to.
listRulesOutput_ruleDescription :: Lens' ListRulesOutput Text Source #
The description of a readiness rule.
listRulesOutput_ruleId :: Lens' ListRulesOutput Text Source #
The ID for the readiness rule.
listRulesOutput_resourceType :: Lens' ListRulesOutput Text Source #
The resource type that the readiness rule applies to.