Class: Aws::EMR::Types::EbsBlockDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::EbsBlockDevice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Configuration of requested EBS block device associated with the instance group.
Instance Attribute Summary collapse
-
#device ⇒ String
The device name that is exposed to the instance, such as /dev/sdh.
-
#volume_specification ⇒ 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.
Instance Attribute Details
#device ⇒ String
The device name that is exposed to the instance, such as /dev/sdh.
1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-emr/types.rb', line 1303 class EbsBlockDevice < Struct.new( :volume_specification, :device) include Aws::Structure end |
#volume_specification ⇒ 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.
1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-emr/types.rb', line 1303 class EbsBlockDevice < Struct.new( :volume_specification, :device) include Aws::Structure end |