Class: Aws::EC2::Types::VolumeStatusAttachmentStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VolumeStatusAttachmentStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the instances to which the volume is attached.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the attached instance.
 - 
  
    
      #io_performance  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum IOPS supported by the attached instance.
 
Instance Attribute Details
#instance_id ⇒ String
The ID of the attached instance.
      72828 72829 72830 72831 72832 72833  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72828 class VolumeStatusAttachmentStatus < Struct.new( :io_performance, :instance_id) SENSITIVE = [] include Aws::Structure end  | 
  
#io_performance ⇒ String
The maximum IOPS supported by the attached instance.
      72828 72829 72830 72831 72832 72833  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72828 class VolumeStatusAttachmentStatus < Struct.new( :io_performance, :instance_id) SENSITIVE = [] include Aws::Structure end  |