/AWS1/CL_GDYACCOUNT¶
Contains information about the Amazon Web Services account within which the activity took place.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The Amazon Web Services account ID within which the activity took place. This may differ from the account that owns the user identity.
Optional arguments:¶
iv_name TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
Name of the member's Amazon Web Services account.
Queryable Attributes¶
Uid¶
The Amazon Web Services account ID within which the activity took place. This may differ from the account that owns the user identity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UID() |
Getter for UID, with configurable default |
ASK_UID() |
Getter for UID w/ exceptions if field has no value |
HAS_UID() |
Determine if UID has a value |
Name¶
Name of the member's Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |