amazonka-pinpoint-sms-voice-v2-2.0: Amazon Pinpoint SMS Voice V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

Description

 
Synopsis

Documentation

data AccountAttribute Source #

Displays the attributes associated with a single Amazon Web Services account.

See: newAccountAttribute smart constructor.

Constructors

AccountAttribute' 

Fields

Instances

Instances details
FromJSON AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

Generic AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

Associated Types

type Rep AccountAttribute :: Type -> Type #

Read AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

Show AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

NFData AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

Methods

rnf :: AccountAttribute -> () #

Eq AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

Hashable AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

type Rep AccountAttribute Source # 
Instance details

Defined in Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute

type Rep AccountAttribute = D1 ('MetaData "AccountAttribute" "Amazonka.PinpointSmsVoiceV2.Types.AccountAttribute" "amazonka-pinpoint-sms-voice-v2-2.0-HnPsQLyg04lAXcjcfRtbC7" 'False) (C1 ('MetaCons "AccountAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AccountAttributeName) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAccountAttribute Source #

Create a value of AccountAttribute 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:name:AccountAttribute', accountAttribute_name - The name of the account attribute.

$sel:value:AccountAttribute', accountAttribute_value - The value associated with the account attribute name.

accountAttribute_value :: Lens' AccountAttribute Text Source #

The value associated with the account attribute name.