Class: Aws::EC2::Types::VolumeAttachment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes volume attachment details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resourceString

The ARN of the Amazon Web Services-managed resource to which the volume is attached.

Returns:

  • (String)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#attach_timeTime

The time stamp when the attachment initiated.

Returns:

  • (Time)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#delete_on_terminationBoolean

Indicates whether the EBS volume is deleted on instance termination.

Returns:

  • (Boolean)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#deviceString

The device name.

If the volume is attached to an Amazon Web Services-managed resource, this parameter returns null.

Returns:

  • (String)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#ebs_card_indexInteger

The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.

Returns:

  • (Integer)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance.

If the volume is attached to an Amazon Web Services-managed resource, this parameter returns null.

Returns:

  • (String)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_owning_serviceString

The service principal of the Amazon Web Services service that owns the underlying resource to which the volume is attached.

This parameter is returned only for volumes that are attached to Amazon Web Services-managed resources.

Returns:

  • (String)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The attachment state of the volume.

Returns:

  • (String)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume.

Returns:

  • (String)


84823
84824
84825
84826
84827
84828
84829
84830
84831
84832
84833
84834
84835
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84823

class VolumeAttachment < Struct.new(
  :delete_on_termination,
  :associated_resource,
  :instance_owning_service,
  :ebs_card_index,
  :volume_id,
  :instance_id,
  :device,
  :state,
  :attach_time)
  SENSITIVE = []
  include Aws::Structure
end