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.

Instance Attribute Summary collapse

Instance Attribute Details

#event_informationTypes::EventInformation

Information about the event.



20558
20559
20560
20561
20562
20563
# File 'lib/aws-sdk-ec2/types.rb', line 20558

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

#event_typeString

The event type.

Returns:

  • (String)


20558
20559
20560
20561
20562
20563
# File 'lib/aws-sdk-ec2/types.rb', line 20558

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


20558
20559
20560
20561
20562
20563
# File 'lib/aws-sdk-ec2/types.rb', line 20558

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