/AWS1/CL_EC2DESCRFLEETSRESULT¶
DescribeFleetsResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
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.
IT_FLEETS
TYPE /AWS1/CL_EC2FLEETDATA=>TT_FLEETSET
TT_FLEETSET
¶
Information about the EC2 Fleets.
Queryable Attributes¶
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 |
Fleets¶
Information about the EC2 Fleets.
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 |