/AWS1/CL_ECACACHECLUSTMESSAGE¶
Represents the output of a DescribeCacheClusters operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/ECASTRING /AWS1/ECASTRING¶
Provides an identifier to allow retrieval of paginated results.
it_cacheclusters TYPE /AWS1/CL_ECACACHECLUSTER=>TT_CACHECLUSTERLIST TT_CACHECLUSTERLIST¶
A list of clusters. Each item in the list contains detailed information about one cluster.
Queryable Attributes¶
Marker¶
Provides an identifier to allow retrieval of paginated results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
CacheClusters¶
A list of clusters. Each item in the list contains detailed information about one cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHECLUSTERS() |
Getter for CACHECLUSTERS, with configurable default |
ASK_CACHECLUSTERS() |
Getter for CACHECLUSTERS w/ exceptions if field has no value |
HAS_CACHECLUSTERS() |
Determine if CACHECLUSTERS has a value |