Skip to content

/AWS1/CL_FSXDESCRVOLUMESRSP

DescribeVolumesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_volumes TYPE /AWS1/CL_FSXVOLUME=>TT_VOLUMES TT_VOLUMES

Returned after a successful DescribeVolumes operation, describing each volume.

iv_nexttoken TYPE /AWS1/FSXNEXTTOKEN /AWS1/FSXNEXTTOKEN

(Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.


Queryable Attributes

Volumes

Returned after a successful DescribeVolumes operation, describing each volume.

Accessible with the following methods

Method Description
GET_VOLUMES() Getter for VOLUMES, with configurable default
ASK_VOLUMES() Getter for VOLUMES w/ exceptions if field has no value
HAS_VOLUMES() Determine if VOLUMES has a value

NextToken

(Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

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