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

Class: Aws::EMR::Types::EbsVolume

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

Overview

EBS block device that's attached to an EC2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#deviceString

The device name that is exposed to the instance, such as /dev/sdh.

Returns:

  • (String)

    The device name that is exposed to the instance, such as /dev/sdh.

#volume_idString

The volume identifier of the EBS volume.

Returns:

  • (String)

    The volume identifier of the EBS volume.