/AWS1/CL_NEPDBCLUSTERMESSAGE¶
DBClusterMessage
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_MARKER
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
A pagination token that can be used in a subsequent DescribeDBClusters request.
IT_DBCLUSTERS
TYPE /AWS1/CL_NEPDBCLUSTER=>TT_DBCLUSTERLIST
TT_DBCLUSTERLIST
¶
Contains a list of DB clusters for the user.
Queryable Attributes¶
Marker¶
A pagination token that can be used in a subsequent DescribeDBClusters request.
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 |
DBClusters¶
Contains a list of DB clusters for the user.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DBCLUSTERS() |
Getter for DBCLUSTERS, with configurable default |
ASK_DBCLUSTERS() |
Getter for DBCLUSTERS w/ exceptions if field has no value |
HAS_DBCLUSTERS() |
Determine if DBCLUSTERS has a value |