/AWS1/CL_LSAGETDISKSNAPSRESULT¶
GetDiskSnapshotsResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_disksnapshots
TYPE /AWS1/CL_LSADISKSNAPSHOT=>TT_DISKSNAPSHOTLIST
TT_DISKSNAPSHOTLIST
¶
An array of objects containing information about all block storage disk snapshots.
iv_nextpagetoken
TYPE /AWS1/LSASTRING
/AWS1/LSASTRING
¶
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetDiskSnapshots
request and specify the next page token using thepageToken
parameter.
Queryable Attributes¶
diskSnapshots¶
An array of objects containing information about all block storage disk snapshots.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISKSNAPSHOTS() |
Getter for DISKSNAPSHOTS, with configurable default |
ASK_DISKSNAPSHOTS() |
Getter for DISKSNAPSHOTS w/ exceptions if field has no value |
HAS_DISKSNAPSHOTS() |
Determine if DISKSNAPSHOTS has a value |
nextPageToken¶
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetDiskSnapshots
request and specify the next page token using thepageToken
parameter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |