/AWS1/CL_DOELISTCLUSTERSOUTPUT¶
ListClustersOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_clusters TYPE /AWS1/CL_DOECLUSTERINLIST=>TT_CLUSTERLIST TT_CLUSTERLIST¶
A list of Amazon DocumentDB elastic clusters.
iv_nexttoken TYPE /AWS1/DOEPAGINATIONTOKEN /AWS1/DOEPAGINATIONTOKEN¶
A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by
max-results.If there is no more data in the responce, the
nextTokenwill not be returned.
Queryable Attributes¶
clusters¶
A list of Amazon DocumentDB elastic clusters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERS() |
Getter for CLUSTERS, with configurable default |
ASK_CLUSTERS() |
Getter for CLUSTERS w/ exceptions if field has no value |
HAS_CLUSTERS() |
Determine if CLUSTERS has a value |
nextToken¶
A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by
max-results.If there is no more data in the responce, the
nextTokenwill not be returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |