/AWS1/CL_EBSLISTSNAPBLOCKSRSP¶
ListSnapshotBlocksResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_blocks TYPE /AWS1/CL_EBSBLOCK=>TT_BLOCKS TT_BLOCKS¶
An array of objects containing information about the blocks.
iv_expirytime TYPE /AWS1/EBSTIMESTAMP /AWS1/EBSTIMESTAMP¶
The time when the
BlockTokenexpires.
iv_volumesize TYPE /AWS1/EBSVOLUMESIZE /AWS1/EBSVOLUMESIZE¶
The size of the volume in GB.
iv_blocksize TYPE /AWS1/EBSBLOCKSIZE /AWS1/EBSBLOCKSIZE¶
The size of the blocks in the snapshot, in bytes.
iv_nexttoken TYPE /AWS1/EBSPAGETOKEN /AWS1/EBSPAGETOKEN¶
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Queryable Attributes¶
Blocks¶
An array of objects containing information about the blocks.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCKS() |
Getter for BLOCKS, with configurable default |
ASK_BLOCKS() |
Getter for BLOCKS w/ exceptions if field has no value |
HAS_BLOCKS() |
Determine if BLOCKS has a value |
ExpiryTime¶
The time when the
BlockTokenexpires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRYTIME() |
Getter for EXPIRYTIME, with configurable default |
ASK_EXPIRYTIME() |
Getter for EXPIRYTIME w/ exceptions if field has no value |
HAS_EXPIRYTIME() |
Determine if EXPIRYTIME has a value |
VolumeSize¶
The size of the volume in GB.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VOLUMESIZE() |
Getter for VOLUMESIZE, with configurable default |
ASK_VOLUMESIZE() |
Getter for VOLUMESIZE w/ exceptions if field has no value |
HAS_VOLUMESIZE() |
Determine if VOLUMESIZE has a value |
BlockSize¶
The size of the blocks in the snapshot, in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCKSIZE() |
Getter for BLOCKSIZE, with configurable default |
ASK_BLOCKSIZE() |
Getter for BLOCKSIZE w/ exceptions if field has no value |
HAS_BLOCKSIZE() |
Determine if BLOCKSIZE has a value |
NextToken¶
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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 |