Class: Aws::EC2::Types::VolumeStatusAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VolumeStatusAction
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a volume status operation code.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The code identifying the operation, for example, ‘enable-volume-io`.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the operation.
 - 
  
    
      #event_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the event associated with this operation.
 - 
  
    
      #event_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The event type associated with this operation.
 
Instance Attribute Details
#code ⇒ String
The code identifying the operation, for example, ‘enable-volume-io`.
      73362 73363 73364 73365 73366 73367 73368 73369  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73362 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description of the operation.
      73362 73363 73364 73365 73366 73367 73368 73369  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73362 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end  | 
  
#event_id ⇒ String
The ID of the event associated with this operation.
      73362 73363 73364 73365 73366 73367 73368 73369  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73362 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end  | 
  
#event_type ⇒ String
The event type associated with this operation.
      73362 73363 73364 73365 73366 73367 73368 73369  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73362 class VolumeStatusAction < Struct.new( :code, :description, :event_id, :event_type) SENSITIVE = [] include Aws::Structure end  |