Class: Aws::EC2::Types::HistoryRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HistoryRecord
- 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
-
#event_information ⇒ Types::EventInformation
Information about the event.
-
#event_type ⇒ String
The event type.
-
#timestamp ⇒ Time
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Instance Attribute Details
#event_information ⇒ Types::EventInformation
Information about the event.
40075 40076 40077 40078 40079 40080 40081 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40075 class HistoryRecord < Struct.new( :event_information, :event_type, :timestamp) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
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.
40075 40076 40077 40078 40079 40080 40081 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40075 class HistoryRecord < Struct.new( :event_information, :event_type, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
40075 40076 40077 40078 40079 40080 40081 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40075 class HistoryRecord < Struct.new( :event_information, :event_type, :timestamp) SENSITIVE = [] include Aws::Structure end |