Skip to content

/AWS1/CL_EC2DESCRVOLSTATUSRSLT

DescribeVolumeStatusResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

IT_VOLUMESTATUSES TYPE /AWS1/CL_EC2VOLUMESTATUSITEM=>TT_VOLUMESTATUSLIST TT_VOLUMESTATUSLIST

Information about the status of the volumes.


Queryable Attributes

NextToken

The token to include in another request to get the next page of items. This value is null when there are no more items 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

VolumeStatuses

Information about the status of the volumes.

Accessible with the following methods

Method Description
GET_VOLUMESTATUSES() Getter for VOLUMESTATUSES, with configurable default
ASK_VOLUMESTATUSES() Getter for VOLUMESTATUSES w/ exceptions if field has no valu
HAS_VOLUMESTATUSES() Determine if VOLUMESTATUSES has a value