Skip to content

/AWS1/CL_EC2DSCFLEETINSTSRS

DescribeFleetInstancesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ACTIVEINSTANCES TYPE /AWS1/CL_EC2ACTIVEINSTANCE=>TT_ACTIVEINSTANCESET TT_ACTIVEINSTANCESET

The running instances. This list is refreshed periodically and might be out of date.

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.

IV_FLEETID TYPE /AWS1/EC2FLEETID /AWS1/EC2FLEETID

The ID of the EC2 Fleet.


Queryable Attributes

ActiveInstances

The running instances. This list is refreshed periodically and might be out of date.

Accessible with the following methods

Method Description
GET_ACTIVEINSTANCES() Getter for ACTIVEINSTANCES, with configurable default
ASK_ACTIVEINSTANCES() Getter for ACTIVEINSTANCES w/ exceptions if field has no val
HAS_ACTIVEINSTANCES() Determine if ACTIVEINSTANCES has a value

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

FleetId

The ID of the EC2 Fleet.

Accessible with the following methods

Method Description
GET_FLEETID() Getter for FLEETID, with configurable default
ASK_FLEETID() Getter for FLEETID w/ exceptions if field has no value
HAS_FLEETID() Determine if FLEETID has a value