libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.AccountDetail

Description

 
Synopsis

Documentation

data AccountDetail Source #

Specifies the details of an account to associate with an Amazon Macie administrator account.

See: newAccountDetail smart constructor.

Constructors

AccountDetail' 

Fields

  • email :: Text

    The email address for the account.

  • accountId :: Text

    The Amazon Web Services account ID for the account.

Instances

Instances details
Eq AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

Read AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

Show AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

Generic AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

Associated Types

type Rep AccountDetail :: Type -> Type #

NFData AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

Methods

rnf :: AccountDetail -> () #

Hashable AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

ToJSON AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

type Rep AccountDetail Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccountDetail

type Rep AccountDetail = D1 ('MetaData "AccountDetail" "Amazonka.MacieV2.Types.AccountDetail" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "AccountDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAccountDetail Source #

Create a value of AccountDetail 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:email:AccountDetail', accountDetail_email - The email address for the account.

$sel:accountId:AccountDetail', accountDetail_accountId - The Amazon Web Services account ID for the account.

accountDetail_email :: Lens' AccountDetail Text Source #

The email address for the account.

accountDetail_accountId :: Lens' AccountDetail Text Source #

The Amazon Web Services account ID for the account.