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.PolicyAttribute

Description

 
Synopsis

Documentation

data PolicyAttribute Source #

Information about a policy attribute.

See: newPolicyAttribute smart constructor.

Constructors

PolicyAttribute' 

Fields

Instances

Instances details
Eq PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

Read PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

Show PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

Generic PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

Associated Types

type Rep PolicyAttribute :: Type -> Type #

NFData PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

Methods

rnf :: PolicyAttribute -> () #

Hashable PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

ToQuery PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

type Rep PolicyAttribute Source # 
Instance details

Defined in Amazonka.ELB.Types.PolicyAttribute

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

newPolicyAttribute :: PolicyAttribute Source #

Create a value of PolicyAttribute 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:PolicyAttribute', policyAttribute_attributeValue - The value of the attribute.

$sel:attributeName:PolicyAttribute', policyAttribute_attributeName - The name of the attribute.