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 PolicyDescription = PolicyDescription' {}
- newPolicyDescription :: PolicyDescription
- policyDescription_policyName :: Lens' PolicyDescription (Maybe Text)
- policyDescription_policyAttributeDescriptions :: Lens' PolicyDescription (Maybe [PolicyAttributeDescription])
- policyDescription_policyTypeName :: Lens' PolicyDescription (Maybe Text)
Documentation
data PolicyDescription Source #
Information about a policy.
See: newPolicyDescription
smart constructor.
PolicyDescription' | |
|
Instances
newPolicyDescription :: PolicyDescription Source #
Create a value of PolicyDescription
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:policyName:PolicyDescription'
, policyDescription_policyName
- The name of the policy.
$sel:policyAttributeDescriptions:PolicyDescription'
, policyDescription_policyAttributeDescriptions
- The policy attributes.
$sel:policyTypeName:PolicyDescription'
, policyDescription_policyTypeName
- The name of the policy type.
policyDescription_policyName :: Lens' PolicyDescription (Maybe Text) Source #
The name of the policy.
policyDescription_policyAttributeDescriptions :: Lens' PolicyDescription (Maybe [PolicyAttributeDescription]) Source #
The policy attributes.
policyDescription_policyTypeName :: Lens' PolicyDescription (Maybe Text) Source #
The name of the policy type.