Class: Aws::EC2::Types::VolumeStatusAttachmentStatus

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_idString

The ID of the attached instance.

Returns:

  • (String)


67713
67714
67715
67716
67717
67718
# File 'lib/aws-sdk-ec2/types.rb', line 67713

class VolumeStatusAttachmentStatus < Struct.new(
  :io_performance,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#io_performanceString

The maximum IOPS supported by the attached instance.

Returns:

  • (String)


67713
67714
67715
67716
67717
67718
# File 'lib/aws-sdk-ec2/types.rb', line 67713

class VolumeStatusAttachmentStatus < Struct.new(
  :io_performance,
  :instance_id)
  SENSITIVE = []
  include Aws::Structure
end