/AWS1/CL_RSSLISTSNAPSRESPONSE¶
ListSnapshotsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/RSSSTRING /AWS1/RSSSTRING¶
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
it_snapshots TYPE /AWS1/CL_RSSSNAPSHOT=>TT_SNAPSHOTLIST TT_SNAPSHOTLIST¶
All of the returned snapshot objects.
Queryable Attributes¶
nextToken¶
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
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 | 
snapshots¶
All of the returned snapshot objects.
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 |