amazonka-guardduty-2.0: Amazon GuardDuty 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.GuardDuty.Types.AccountDetail

Description

 
Synopsis

Documentation

data AccountDetail Source #

Contains information about the account.

See: newAccountDetail smart constructor.

Constructors

AccountDetail' 

Fields

Instances

Instances details
ToJSON AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

Generic AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

Associated Types

type Rep AccountDetail :: Type -> Type #

Read AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

Show AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

NFData AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

Methods

rnf :: AccountDetail -> () #

Eq AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

Hashable AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

type Rep AccountDetail Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.AccountDetail

type Rep AccountDetail = D1 ('MetaData "AccountDetail" "Amazonka.GuardDuty.Types.AccountDetail" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "AccountDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "email") '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:accountId:AccountDetail', accountDetail_accountId - The member account ID.

$sel:email:AccountDetail', accountDetail_email - The email address of the member account.

accountDetail_email :: Lens' AccountDetail Text Source #

The email address of the member account.