/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
nullwhen 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
nullwhen 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 |