Skip to content

/AWS1/CL_EC2DSCSPOTFLEETREQH01

Contains the output of DescribeSpotFleetRequestHistory.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_HISTORYRECORDS TYPE /AWS1/CL_EC2HISTORYRECORD=>TT_HISTORYRECORDS TT_HISTORYRECORDS

Information about the events in the history of the Spot Fleet request.

IV_LASTEVALUATEDTIME TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more items, this value is not present.

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.

IV_STARTTIME TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).


Queryable Attributes

HistoryRecords

Information about the events in the history of the Spot Fleet request.

Accessible with the following methods

Method Description
GET_HISTORYRECORDS() Getter for HISTORYRECORDS, with configurable default
ASK_HISTORYRECORDS() Getter for HISTORYRECORDS w/ exceptions if field has no valu
HAS_HISTORYRECORDS() Determine if HISTORYRECORDS has a value

LastEvaluatedTime

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more items, this value is not present.

Accessible with the following methods

Method Description
GET_LASTEVALUATEDTIME() Getter for LASTEVALUATEDTIME, with configurable default
ASK_LASTEVALUATEDTIME() Getter for LASTEVALUATEDTIME w/ exceptions if field has no v
HAS_LASTEVALUATEDTIME() Determine if LASTEVALUATEDTIME 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

StartTime

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value