/AWS1/CL_DZNACCOUNTINFO¶
The account information within an account pool.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_awsaccountid
TYPE /AWS1/DZNAWSACCOUNTID
/AWS1/DZNAWSACCOUNTID
¶
The account ID.
it_supportedregions
TYPE /AWS1/CL_DZNAWSREGIONLIST_W=>TT_AWSREGIONLIST
TT_AWSREGIONLIST
¶
The regions supported for an account within an account pool.
Optional arguments:¶
iv_awsaccountname
TYPE /AWS1/DZNAWSACCOUNTNAME
/AWS1/DZNAWSACCOUNTNAME
¶
The account name.
Queryable Attributes¶
awsAccountId¶
The account ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSACCOUNTID() |
Getter for AWSACCOUNTID, with configurable default |
ASK_AWSACCOUNTID() |
Getter for AWSACCOUNTID w/ exceptions if field has no value |
HAS_AWSACCOUNTID() |
Determine if AWSACCOUNTID has a value |
supportedRegions¶
The regions supported for an account within an account pool.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SUPPORTEDREGIONS() |
Getter for SUPPORTEDREGIONS, with configurable default |
ASK_SUPPORTEDREGIONS() |
Getter for SUPPORTEDREGIONS w/ exceptions if field has no va |
HAS_SUPPORTEDREGIONS() |
Determine if SUPPORTEDREGIONS has a value |
awsAccountName¶
The account name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSACCOUNTNAME() |
Getter for AWSACCOUNTNAME, with configurable default |
ASK_AWSACCOUNTNAME() |
Getter for AWSACCOUNTNAME w/ exceptions if field has no valu |
HAS_AWSACCOUNTNAME() |
Determine if AWSACCOUNTNAME 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_ACCOUNTINFOLIST
¶
TYPES TT_ACCOUNTINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNACCOUNTINFO WITH DEFAULT KEY
.