Skip to content

/AWS1/CL_BLDLISTFLEETSOUTPUT

ListFleetsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

it_fleets TYPE /AWS1/CL_BLDFLEETARNS_W=>TT_FLEETARNS TT_FLEETARNS

The list of compute fleet names.


Queryable Attributes

nextToken

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

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

fleets

The list of compute fleet names.

Accessible with the following methods

Method Description
GET_FLEETS() Getter for FLEETS, with configurable default
ASK_FLEETS() Getter for FLEETS w/ exceptions if field has no value
HAS_FLEETS() Determine if FLEETS has a value