/AWS1/CL_RSHCLUSTVRSSMESSAGE¶
Contains the output from the DescribeClusterVersions action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
Markerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.
it_clusterversions TYPE /AWS1/CL_RSHCLUSTERVERSION=>TT_CLUSTERVERSIONLIST TT_CLUSTERVERSIONLIST¶
A list of
Versionelements.
Queryable Attributes¶
Marker¶
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
Markerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the 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 | 
ClusterVersions¶
A list of
Versionelements.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CLUSTERVERSIONS() | Getter for CLUSTERVERSIONS, with configurable default | 
| ASK_CLUSTERVERSIONS() | Getter for CLUSTERVERSIONS w/ exceptions if field has no val | 
| HAS_CLUSTERVERSIONS() | Determine if CLUSTERVERSIONS has a value |