/AWS1/CL_DOECLUSTERINLIST¶
A list of Amazon DocumentDB elastic clusters.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_clustername
TYPE /AWS1/DOESTRING
/AWS1/DOESTRING
¶
The name of the elastic cluster.
iv_clusterarn
TYPE /AWS1/DOESTRING
/AWS1/DOESTRING
¶
The ARN identifier of the elastic cluster.
iv_status
TYPE /AWS1/DOESTATUS
/AWS1/DOESTATUS
¶
The status of the elastic cluster.
Queryable Attributes¶
clusterName¶
The name of the elastic cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLUSTERNAME() |
Getter for CLUSTERNAME, with configurable default |
ASK_CLUSTERNAME() |
Getter for CLUSTERNAME w/ exceptions if field has no value |
HAS_CLUSTERNAME() |
Determine if CLUSTERNAME has a value |
clusterArn¶
The ARN identifier of the elastic cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLUSTERARN() |
Getter for CLUSTERARN, with configurable default |
ASK_CLUSTERARN() |
Getter for CLUSTERARN w/ exceptions if field has no value |
HAS_CLUSTERARN() |
Determine if CLUSTERARN has a value |
status¶
The status of the elastic cluster.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CLUSTERLIST
¶
TYPES TT_CLUSTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOECLUSTERINLIST WITH DEFAULT KEY
.