/AWS1/CL_DSRDESCRSNAPSRESULT¶
Contains the results of the DescribeSnapshots operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_snapshots TYPE /AWS1/CL_DSRSNAPSHOT=>TT_SNAPSHOTS TT_SNAPSHOTS¶
The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
iv_nexttoken TYPE /AWS1/DSRNEXTTOKEN /AWS1/DSRNEXTTOKEN¶
If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.
Queryable Attributes¶
Snapshots¶
The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNAPSHOTS() |
Getter for SNAPSHOTS, with configurable default |
ASK_SNAPSHOTS() |
Getter for SNAPSHOTS w/ exceptions if field has no value |
HAS_SNAPSHOTS() |
Determine if SNAPSHOTS has a value |
NextToken¶
If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.
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 |