libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AccountDetails

Description

 
Synopsis

Documentation

data AccountDetails Source #

The details of an Amazon Web Services account.

See: newAccountDetails smart constructor.

Constructors

AccountDetails' 

Fields

Instances

Instances details
Eq AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

Read AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

Show AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

Generic AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

Associated Types

type Rep AccountDetails :: Type -> Type #

NFData AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

Methods

rnf :: AccountDetails -> () #

Hashable AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

ToJSON AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

type Rep AccountDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AccountDetails

type Rep AccountDetails = D1 ('MetaData "AccountDetails" "Amazonka.SecurityHub.Types.AccountDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AccountDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "email") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAccountDetails Source #

Create a value of AccountDetails 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:AccountDetails', accountDetails_email - The email of an Amazon Web Services account.

$sel:accountId:AccountDetails', accountDetails_accountId - The ID of an Amazon Web Services account.

accountDetails_email :: Lens' AccountDetails (Maybe Text) Source #

The email of an Amazon Web Services account.

accountDetails_accountId :: Lens' AccountDetails Text Source #

The ID of an Amazon Web Services account.