Class: Aws::EC2::Types::VolumeStatusAttachmentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VolumeStatusAttachmentStatus
- Defined in:
- gems/aws-sdk-ec2/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.
70897 70898 70899 70900 70901 70902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70897 class VolumeStatusAttachmentStatus < Struct.new( :io_performance, :instance_id) SENSITIVE = [] include Aws::Structure end |
#io_performance ⇒ String
The maximum IOPS supported by the attached instance.
70897 70898 70899 70900 70901 70902 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70897 class VolumeStatusAttachmentStatus < Struct.new( :io_performance, :instance_id) SENSITIVE = [] include Aws::Structure end |