Skip to content

/AWS1/CL_EC2DSCFLEETHISTORYRS

DescribeFleetHistoryResult

CONSTRUCTOR

IMPORTING

Optional arguments:

it_historyrecords TYPE /AWS1/CL_EC2HISTORYRECORDENTRY=>TT_HISTORYRECORDSET TT_HISTORYRECORDSET

Information about the events in the history of the EC2 Fleet.

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_fleetid TYPE /AWS1/EC2FLEETID /AWS1/EC2FLEETID

The ID of the EC Fleet.

iv_starttime TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The start 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 EC2 Fleet.

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

FleetId

The ID of the EC 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

StartTime

The start 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