Class: Aws::EC2::Types::HistoryRecordEntry

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 an EC2 Fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_informationTypes::EventInformation

Information about the event.



36729
36730
36731
36732
36733
36734
36735
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36729

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

#event_typeString

The event type.

Returns:

  • (String)


36729
36730
36731
36732
36733
36734
36735
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36729

class HistoryRecordEntry < 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)


36729
36730
36731
36732
36733
36734
36735
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36729

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