/AWS1/CL_IN2CLUSTERINFORMATION¶
Information about the cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clusterarn TYPE /AWS1/IN2STRING /AWS1/IN2STRING¶
The cluster ARN.
Optional arguments:¶
it_clusterdetails TYPE /AWS1/CL_IN2CLUSTERDETAILS=>TT_CLUSTERDETAILSLIST TT_CLUSTERDETAILSLIST¶
Details about the cluster.
Queryable Attributes¶
clusterArn¶
The cluster ARN.
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 |
clusterDetails¶
Details about the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERDETAILS() |
Getter for CLUSTERDETAILS, with configurable default |
ASK_CLUSTERDETAILS() |
Getter for CLUSTERDETAILS w/ exceptions if field has no valu |
HAS_CLUSTERDETAILS() |
Determine if CLUSTERDETAILS 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_CLUSTERINFORMATIONLIST¶
TYPES TT_CLUSTERINFORMATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2CLUSTERINFORMATION WITH DEFAULT KEY
.