Class: Aws::EC2::Types::VolumeStatusItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VolumeStatusItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the volume status.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #actions  ⇒ Array<Types::VolumeStatusAction> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the operation.
 - 
  
    
      #attachment_statuses  ⇒ Array<Types::VolumeStatusAttachmentStatus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the instances to which the volume is attached.
 - 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone of the volume.
 - 
  
    
      #events  ⇒ Array<Types::VolumeStatusEvent> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of events associated with the volume.
 - 
  
    
      #outpost_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Outpost.
 - 
  
    
      #volume_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The volume ID.
 - 
  
    
      #volume_status  ⇒ Types::VolumeStatusInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The volume status.
 
Instance Attribute Details
#actions ⇒ Array<Types::VolumeStatusAction>
The details of the operation.
      73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73499 class VolumeStatusItem < Struct.new( :actions, :availability_zone, :outpost_arn, :events, :volume_id, :volume_status, :attachment_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#attachment_statuses ⇒ Array<Types::VolumeStatusAttachmentStatus>
Information about the instances to which the volume is attached.
      73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73499 class VolumeStatusItem < Struct.new( :actions, :availability_zone, :outpost_arn, :events, :volume_id, :volume_status, :attachment_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#availability_zone ⇒ String
The Availability Zone of the volume.
      73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73499 class VolumeStatusItem < Struct.new( :actions, :availability_zone, :outpost_arn, :events, :volume_id, :volume_status, :attachment_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#events ⇒ Array<Types::VolumeStatusEvent>
A list of events associated with the volume.
      73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73499 class VolumeStatusItem < Struct.new( :actions, :availability_zone, :outpost_arn, :events, :volume_id, :volume_status, :attachment_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
      73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73499 class VolumeStatusItem < Struct.new( :actions, :availability_zone, :outpost_arn, :events, :volume_id, :volume_status, :attachment_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_id ⇒ String
The volume ID.
      73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73499 class VolumeStatusItem < Struct.new( :actions, :availability_zone, :outpost_arn, :events, :volume_id, :volume_status, :attachment_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_status ⇒ Types::VolumeStatusInfo
The volume status.
      73499 73500 73501 73502 73503 73504 73505 73506 73507 73508 73509  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 73499 class VolumeStatusItem < Struct.new( :actions, :availability_zone, :outpost_arn, :events, :volume_id, :volume_status, :attachment_statuses) SENSITIVE = [] include Aws::Structure end  |