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

Class: Aws::EMR::Types::EbsBlockDevice

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

Overview

Configuration of requested EBS block device associated with the instance group.

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_specificationTypes::VolumeSpecification

EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.

Returns:

  • (Types::VolumeSpecification)

    EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.