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

Class: Aws::EC2::Types::EbsInstanceBlockDeviceSpecification

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

Overview

Note:

When passing EbsInstanceBlockDeviceSpecification as input to an Aws::Client method, you can use a vanilla Hash:

{
  delete_on_termination: false,
  volume_id: "VolumeId",
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Indicates whether the volume is deleted on instance termination.

Returns:

  • (Boolean)

    Indicates whether the volume is deleted on instance termination.

#volume_idString

The ID of the EBS volume.

Returns:

  • (String)

    The ID of the EBS volume.