Class: Aws::EMR::Types::EbsBlockDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::EbsBlockDevice
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Configuration of requested EBS block device associated with the instance group.
Constant Summary collapse
- SENSITIVE =
[]
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, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
Instance Attribute Details
#device ⇒ String
The device name that is exposed to the instance, such as /dev/sdh.
1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1673 class EbsBlockDevice < Struct.new( :volume_specification, :device) SENSITIVE = [] include Aws::Structure end |
#volume_specification ⇒ Types::VolumeSpecification
EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
1673 1674 1675 1676 1677 1678 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1673 class EbsBlockDevice < Struct.new( :volume_specification, :device) SENSITIVE = [] include Aws::Structure end |