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)


74659
74660
74661
74662
74663
74664
# File 'lib/aws-sdk-ec2/types.rb', line 74659

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)


74659
74660
74661
74662
74663
74664
# File 'lib/aws-sdk-ec2/types.rb', line 74659

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