/AWS1/CL_COPACCTENROLLMENTSTAT¶
Describes the enrollment status of an organization's member accounts in Compute Optimizer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/COPACCOUNTID /AWS1/COPACCOUNTID¶
The Amazon Web Services account ID.
iv_status TYPE /AWS1/COPSTATUS /AWS1/COPSTATUS¶
The account enrollment status.
iv_statusreason TYPE /AWS1/COPSTATUSREASON /AWS1/COPSTATUSREASON¶
The reason for the account enrollment status.
For example, an account might show a status of
Pendingbecause member accounts of an organization require more time to be enrolled in the service.
iv_lastupdatedtimestamp TYPE /AWS1/COPLASTUPDATEDTIMESTAMP /AWS1/COPLASTUPDATEDTIMESTAMP¶
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
Queryable Attributes¶
accountId¶
The Amazon Web Services account ID.
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 |
status¶
The account enrollment status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReason¶
The reason for the account enrollment status.
For example, an account might show a status of
Pendingbecause member accounts of an organization require more time to be enrolled in the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
lastUpdatedTimestamp¶
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP, with configurable default |
ASK_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTUPDATEDTIMESTAMP() |
Determine if LASTUPDATEDTIMESTAMP 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_ACCOUNTENROLLMENTSTATUSES¶
TYPES TT_ACCOUNTENROLLMENTSTATUSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPACCTENROLLMENTSTAT WITH DEFAULT KEY
.