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

Class: Aws::EC2::Types::EbsInstanceBlockDevice

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

Overview

Describes a parameter used to set up an EBS volume in a block device mapping.

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 volume is deleted on instance termination.

Returns:

  • (Boolean)

    Indicates whether the volume is deleted on instance termination.

#statusString

The attachment state.

Possible values:

  • attaching
  • attached
  • detaching
  • detached

Returns:

  • (String)

    The attachment state.

#volume_idString

The ID of the EBS volume.

Returns:

  • (String)

    The ID of the EBS volume.