/AWS1/CL_SHBACCOUNTDETAILS¶
The details of an Amazon Web Services account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accountid TYPE /AWS1/SHBACCOUNTID /AWS1/SHBACCOUNTID¶
The ID of an Amazon Web Services account.
Optional arguments:¶
iv_email TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The email of an Amazon Web Services account.
Queryable Attributes¶
AccountId¶
The ID of an Amazon Web Services 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 of an Amazon Web Services 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACCOUNTDETAILSLIST¶
TYPES TT_ACCOUNTDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBACCOUNTDETAILS WITH DEFAULT KEY
.