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 PolicyAttributeDescription = PolicyAttributeDescription' {}
- newPolicyAttributeDescription :: PolicyAttributeDescription
- policyAttributeDescription_attributeValue :: Lens' PolicyAttributeDescription (Maybe Text)
- policyAttributeDescription_attributeName :: Lens' PolicyAttributeDescription (Maybe Text)
Documentation
data PolicyAttributeDescription Source #
Information about a policy attribute.
See: newPolicyAttributeDescription
smart constructor.
PolicyAttributeDescription' | |
|
Instances
newPolicyAttributeDescription :: PolicyAttributeDescription Source #
Create a value of PolicyAttributeDescription
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:attributeValue:PolicyAttributeDescription'
, policyAttributeDescription_attributeValue
- The value of the attribute.
$sel:attributeName:PolicyAttributeDescription'
, policyAttributeDescription_attributeName
- The name of the attribute.
policyAttributeDescription_attributeValue :: Lens' PolicyAttributeDescription (Maybe Text) Source #
The value of the attribute.
policyAttributeDescription_attributeName :: Lens' PolicyAttributeDescription (Maybe Text) Source #
The name of the attribute.