libZSservicesZSamazonka-elbZSamazonka-elb
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ELB.Types.PolicyAttributeDescription

Description

 
Synopsis

Documentation

data PolicyAttributeDescription Source #

Information about a policy attribute.

See: newPolicyAttributeDescription smart constructor.

Constructors

PolicyAttributeDescription' 

Fields

Instances

Instances details
Eq PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

Read PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

Show PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

Generic PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

Associated Types

type Rep PolicyAttributeDescription :: Type -> Type #

NFData PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

Hashable PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

FromXML PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

type Rep PolicyAttributeDescription Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttributeDescription

type Rep PolicyAttributeDescription = D1 ('MetaData "PolicyAttributeDescription" "Amazonka.ELB.Types.PolicyAttributeDescription" "libZSservicesZSamazonka-elbZSamazonka-elb" 'False) (C1 ('MetaCons "PolicyAttributeDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.