/AWS1/CL_GDYADMINACCOUNT¶
The account within the organization specified as the GuardDuty delegated administrator.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_adminaccountid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The Amazon Web Services account ID for the account.
iv_adminstatus TYPE /AWS1/GDYADMINSTATUS /AWS1/GDYADMINSTATUS¶
Indicates whether the account is enabled as the delegated administrator.
Queryable Attributes¶
AdminAccountId¶
The Amazon Web Services account ID for the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADMINACCOUNTID() |
Getter for ADMINACCOUNTID, with configurable default |
ASK_ADMINACCOUNTID() |
Getter for ADMINACCOUNTID w/ exceptions if field has no valu |
HAS_ADMINACCOUNTID() |
Determine if ADMINACCOUNTID has a value |
AdminStatus¶
Indicates whether the account is enabled as the delegated administrator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADMINSTATUS() |
Getter for ADMINSTATUS, with configurable default |
ASK_ADMINSTATUS() |
Getter for ADMINSTATUS w/ exceptions if field has no value |
HAS_ADMINSTATUS() |
Determine if ADMINSTATUS 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_ADMINACCOUNTS¶
TYPES TT_ADMINACCOUNTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYADMINACCOUNT WITH DEFAULT KEY
.