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

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

#instance_idString

The ID of the attached instance.

Returns:

  • (String)


67727
67728
67729
67730
67731
67732
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

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)


67727
67728
67729
67730
67731
67732
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67727

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