amazonka-billingconductor-2.0: Amazon BillingConductor 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.BillingConductor.Types.AccountAssociationsListElement

Description

 
Synopsis

Documentation

data AccountAssociationsListElement Source #

A representation of a linked account.

See: newAccountAssociationsListElement smart constructor.

Constructors

AccountAssociationsListElement' 

Fields

Instances

Instances details
FromJSON AccountAssociationsListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.AccountAssociationsListElement

Generic AccountAssociationsListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.AccountAssociationsListElement

Associated Types

type Rep AccountAssociationsListElement :: Type -> Type #

Show AccountAssociationsListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.AccountAssociationsListElement

NFData AccountAssociationsListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.AccountAssociationsListElement

Eq AccountAssociationsListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.AccountAssociationsListElement

Hashable AccountAssociationsListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.AccountAssociationsListElement

type Rep AccountAssociationsListElement Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.AccountAssociationsListElement

type Rep AccountAssociationsListElement = D1 ('MetaData "AccountAssociationsListElement" "Amazonka.BillingConductor.Types.AccountAssociationsListElement" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "AccountAssociationsListElement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accountEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "accountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "billingGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAccountAssociationsListElement :: AccountAssociationsListElement Source #

Create a value of AccountAssociationsListElement 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:accountEmail:AccountAssociationsListElement', accountAssociationsListElement_accountEmail - The Amazon Web Services account email.

$sel:accountId:AccountAssociationsListElement', accountAssociationsListElement_accountId - The associating array of account IDs.

$sel:accountName:AccountAssociationsListElement', accountAssociationsListElement_accountName - The Amazon Web Services account name.

$sel:billingGroupArn:AccountAssociationsListElement', accountAssociationsListElement_billingGroupArn - The Billing Group Arn that the linked account is associated to.

accountAssociationsListElement_billingGroupArn :: Lens' AccountAssociationsListElement (Maybe Text) Source #

The Billing Group Arn that the linked account is associated to.