/AWS1/CL_RSHDSCSNAPSCHSOUTMSG¶
DescribeSnapshotSchedulesOutputMessage
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_snapshotschedules
TYPE /AWS1/CL_RSHSNAPSHOTSCHEDULE=>TT_SNAPSHOTSCHEDULELIST
TT_SNAPSHOTSCHEDULELIST
¶
A list of SnapshotSchedules.
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
marker
parameter and retrying the command. If themarker
field is empty, all response records have been retrieved for the request.
Queryable Attributes¶
SnapshotSchedules¶
A list of SnapshotSchedules.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SNAPSHOTSCHEDULES() |
Getter for SNAPSHOTSCHEDULES, with configurable default |
ASK_SNAPSHOTSCHEDULES() |
Getter for SNAPSHOTSCHEDULES w/ exceptions if field has no v |
HAS_SNAPSHOTSCHEDULES() |
Determine if SNAPSHOTSCHEDULES has a value |
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
marker
parameter and retrying the command. If themarker
field 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 |