Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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 #
A collection of rules used in a readiness check
See: newListRulesOutput
smart constructor.
ListRulesOutput' | |
|
Instances
:: 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
- A description of the rule
$sel:ruleId:ListRulesOutput'
, listRulesOutput_ruleId
- The Rule's ID.
$sel:resourceType:ListRulesOutput'
, listRulesOutput_resourceType
- The resource type the rule applies to.
listRulesOutput_ruleDescription :: Lens' ListRulesOutput Text Source #
A description of the rule
listRulesOutput_ruleId :: Lens' ListRulesOutput Text Source #
The Rule's ID.
listRulesOutput_resourceType :: Lens' ListRulesOutput Text Source #
The resource type the rule applies to.