You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes volume attachment details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attach_timeTime

The time stamp when the attachment initiated.

Returns:

  • (Time)

    The time stamp when the attachment initiated.

#delete_on_terminationBoolean

Indicates whether the EBS volume is deleted on instance termination.

Returns:

  • (Boolean)

    Indicates whether the EBS volume is deleted on instance termination.

#deviceString

The device name.

Returns:

  • (String)

    The device name.

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#stateString

The attachment state of the volume.

Possible values:

  • attaching
  • attached
  • detaching
  • detached
  • busy

Returns:

  • (String)

    The attachment state of the volume.

#volume_idString

The ID of the volume.

Returns:

  • (String)

    The ID of the volume.