Skip to content

/AWS1/CL_EC2DSCSPOTFLEETINST01

Contains the output of DescribeSpotFleetInstances.

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_SPOTFLEETREQUESTID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the Spot Fleet request.


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

SpotFleetRequestId

The ID of the Spot Fleet request.

Accessible with the following methods

Method Description
GET_SPOTFLEETREQUESTID() Getter for SPOTFLEETREQUESTID, with configurable default
ASK_SPOTFLEETREQUESTID() Getter for SPOTFLEETREQUESTID w/ exceptions if field has no
HAS_SPOTFLEETREQUESTID() Determine if SPOTFLEETREQUESTID has a value