Class: Aws::EC2::Types::HistoryRecordEntry
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::HistoryRecordEntry
 
- 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
- 
  
    
      #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.
| 44445 44446 44447 44448 44449 44450 44451 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44445 class HistoryRecordEntry < Struct.new( :event_information, :event_type, :timestamp) SENSITIVE = [] include Aws::Structure end | 
#event_type ⇒ String
The event type.
| 44445 44446 44447 44448 44449 44450 44451 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44445 class HistoryRecordEntry < 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).
| 44445 44446 44447 44448 44449 44450 44451 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44445 class HistoryRecordEntry < Struct.new( :event_information, :event_type, :timestamp) SENSITIVE = [] include Aws::Structure end |