/AWS1/CL_EBSLSTCHANGEDBLKSRSP¶
ListChangedBlocksResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_changedblocks
TYPE /AWS1/CL_EBSCHANGEDBLOCK=>TT_CHANGEDBLOCKS
TT_CHANGEDBLOCKS
¶
An array of objects containing information about the changed blocks.
iv_expirytime
TYPE /AWS1/EBSTIMESTAMP
/AWS1/EBSTIMESTAMP
¶
The time when the
BlockToken
expires.
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¶
ChangedBlocks¶
An array of objects containing information about the changed blocks.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CHANGEDBLOCKS() |
Getter for CHANGEDBLOCKS, with configurable default |
ASK_CHANGEDBLOCKS() |
Getter for CHANGEDBLOCKS w/ exceptions if field has no value |
HAS_CHANGEDBLOCKS() |
Determine if CHANGEDBLOCKS has a value |
ExpiryTime¶
The time when the
BlockToken
expires.
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 |