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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



36742
36743
36744
36745
36746
36747
36748
# File 'lib/aws-sdk-ec2/types.rb', line 36742

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

#event_typeString

The event type.

Returns:

  • (String)


36742
36743
36744
36745
36746
36747
36748
# File 'lib/aws-sdk-ec2/types.rb', line 36742

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-*DD*T*HH*:MM:*SS*Z).

Returns:

  • (Time)


36742
36743
36744
36745
36746
36747
36748
# File 'lib/aws-sdk-ec2/types.rb', line 36742

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