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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

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.



20534
20535
20536
20537
20538
20539
# File 'lib/aws-sdk-ec2/types.rb', line 20534

class HistoryRecord < Struct.new(
  :event_information,
  :event_type,
  :timestamp)
  include Aws::Structure
end

#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.

Returns:

  • (String)


20534
20535
20536
20537
20538
20539
# File 'lib/aws-sdk-ec2/types.rb', line 20534

class HistoryRecord < Struct.new(
  :event_information,
  :event_type,
  :timestamp)
  include Aws::Structure
end

#timestampTime

The date and time of the event, in UTC format (for example, YYYY-MM-*DD*T*HH*:MM:*SS*Z).

Returns:

  • (Time)


20534
20535
20536
20537
20538
20539
# File 'lib/aws-sdk-ec2/types.rb', line 20534

class HistoryRecord < Struct.new(
  :event_information,
  :event_type,
  :timestamp)
  include Aws::Structure
end