Class: Aws::EMR::Types::EbsVolume
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::EbsVolume
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
EBS block device that’s attached to an EC2 instance.
Instance Attribute Summary collapse
-
#device ⇒ String
The device name that is exposed to the instance, such as /dev/sdh.
-
#volume_id ⇒ String
The volume identifier of the EBS volume.
Instance Attribute Details
#device ⇒ String
The device name that is exposed to the instance, such as /dev/sdh.
1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-emr/types.rb', line 1392 class EbsVolume < Struct.new( :device, :volume_id) include Aws::Structure end |
#volume_id ⇒ String
The volume identifier of the EBS volume.
1392 1393 1394 1395 1396 |
# File 'lib/aws-sdk-emr/types.rb', line 1392 class EbsVolume < Struct.new( :device, :volume_id) include Aws::Structure end |