/AWS1/CL_RDSDBCLUSTSNAPMESSAGE¶
Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_marker TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING¶
An optional pagination token provided by a previous
DescribeDBClusterSnapshotsrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.
it_dbclustersnapshots TYPE /AWS1/CL_RDSDBCLUSTERSNAPSHOT=>TT_DBCLUSTERSNAPSHOTLIST TT_DBCLUSTERSNAPSHOTLIST¶
Provides a list of DB cluster snapshots for the user.
Queryable Attributes¶
Marker¶
An optional pagination token provided by a previous
DescribeDBClusterSnapshotsrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.
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 |
DBClusterSnapshots¶
Provides a list of DB cluster snapshots for the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBCLUSTERSNAPSHOTS() |
Getter for DBCLUSTERSNAPSHOTS, with configurable default |
ASK_DBCLUSTERSNAPSHOTS() |
Getter for DBCLUSTERSNAPSHOTS w/ exceptions if field has no |
HAS_DBCLUSTERSNAPSHOTS() |
Determine if DBCLUSTERSNAPSHOTS has a value |