Class: Aws::EC2::Types::VolumeStatusEvent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VolumeStatusEvent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a volume status event.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the event.
 - 
  
    
      #event_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of this event.
 - 
  
    
      #event_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of this event.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance associated with the event.
 - 
  
    
      #not_after  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The latest end time of the event.
 - 
  
    
      #not_before  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The earliest start time of the event.
 
Instance Attribute Details
#description ⇒ String
A description of the event.
      72882 72883 72884 72885 72886 72887 72888 72889 72890 72891  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72882 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end  | 
  
#event_id ⇒ String
The ID of this event.
      72882 72883 72884 72885 72886 72887 72888 72889 72890 72891  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72882 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end  | 
  
#event_type ⇒ String
The type of this event.
      72882 72883 72884 72885 72886 72887 72888 72889 72890 72891  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72882 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The ID of the instance associated with the event.
      72882 72883 72884 72885 72886 72887 72888 72889 72890 72891  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72882 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end  | 
  
#not_after ⇒ Time
The latest end time of the event.
      72882 72883 72884 72885 72886 72887 72888 72889 72890 72891  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72882 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end  | 
  
#not_before ⇒ Time
The earliest start time of the event.
      72882 72883 72884 72885 72886 72887 72888 72889 72890 72891  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72882 class VolumeStatusEvent < Struct.new( :description, :event_id, :event_type, :not_after, :not_before, :instance_id) SENSITIVE = [] include Aws::Structure end  |