/AWS1/CL_MA2ACCOUNTDETAIL¶
Specifies the details of an account to associate with an Amazon Macie administrator account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accountid TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The Amazon Web Services account ID for the account.
iv_email TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The email address for the account.
Queryable Attributes¶
accountId¶
The Amazon Web Services account ID for the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
email¶
The email address for the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |