You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::HistoryRecord

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an event in the history of the Spot Fleet request.

Instance Attribute Summary collapse

Instance Attribute Details

#event_informationTypes::EventInformation

Information about the event.

Returns:

#event_typeString

The event type.

  • error - An error with the Spot Fleet request.

  • fleetRequestChange - A change in the status or configuration of the Spot Fleet request.

  • instanceChange - An instance was launched or terminated.

  • Information - An informational event.

    Possible values:

    • instanceChange
    • fleetRequestChange
    • error
    • information

Returns:

  • (String)

    The event type.

#timestampTime

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

Returns:

  • (Time)

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