Class: Aws::EC2::Types::DescribeVolumeAttributeResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeVolumeAttributeResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_enable_io  ⇒ Types::AttributeBooleanValue 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of ‘autoEnableIO` attribute.
 - 
  
    
      #product_codes  ⇒ Array<Types::ProductCode> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of product codes.
 - 
  
    
      #volume_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the volume.
 
Instance Attribute Details
#auto_enable_io ⇒ Types::AttributeBooleanValue
The state of ‘autoEnableIO` attribute.
      29092 29093 29094 29095 29096 29097 29098  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29092 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end  | 
  
#product_codes ⇒ Array<Types::ProductCode>
A list of product codes.
      29092 29093 29094 29095 29096 29097 29098  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29092 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_id ⇒ String
The ID of the volume.
      29092 29093 29094 29095 29096 29097 29098  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 29092 class DescribeVolumeAttributeResult < Struct.new( :auto_enable_io, :product_codes, :volume_id) SENSITIVE = [] include Aws::Structure end  |