/AWS1/CL_CCGDOMAINSUMMARY¶
A summary of metadata for a domain.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_arn
TYPE /AWS1/CCGDOMAINARN
/AWS1/CCGDOMAINARN
¶
The Amazon Resource Name (ARN) that identifies the domain.
iv_name
TYPE /AWS1/CCGSTRING
/AWS1/CCGSTRING
¶
The name of the domain.
iv_description
TYPE /AWS1/CCGSTRING
/AWS1/CCGSTRING
¶
The description of the domain.
iv_createtime
TYPE /AWS1/CCGTIMESTAMP
/AWS1/CCGTIMESTAMP
¶
The time when the domain was created.
iv_lastupdatetime
TYPE /AWS1/CCGTIMESTAMP
/AWS1/CCGTIMESTAMP
¶
The time when the domain was most recently updated.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) that identifies the domain.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Name¶
The name of the domain.
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 |
Description¶
The description of the domain.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
CreateTime¶
The time when the domain was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
LastUpdateTime¶
The time when the domain was most recently updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME 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_DOMAINSUMMARYLIST
¶
TYPES TT_DOMAINSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CCGDOMAINSUMMARY WITH DEFAULT KEY
.