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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_informationTypes::EventInformation

Information about the event.



36634
36635
36636
36637
36638
36639
36640
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36634

class HistoryRecord < Struct.new(
  :event_information,
  :event_type,
  :timestamp)
  SENSITIVE = []
  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)


36634
36635
36636
36637
36638
36639
36640
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36634

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

#timestampTime

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

Returns:

  • (Time)


36634
36635
36636
36637
36638
36639
36640
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36634

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