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.
72571 72572 72573 72574 72575 72576 |
# File 'lib/aws-sdk-ec2/types.rb', line 72571 class VolumeStatusAttachmentStatus < Struct.new( :io_performance, :instance_id) SENSITIVE = [] include Aws::Structure end |
#io_performance ⇒ String
The maximum IOPS supported by the attached instance.
72571 72572 72573 72574 72575 72576 |
# File 'lib/aws-sdk-ec2/types.rb', line 72571 class VolumeStatusAttachmentStatus < Struct.new( :io_performance, :instance_id) SENSITIVE = [] include Aws::Structure end |