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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deviceString

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

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1735

class EbsVolume < Struct.new(
  :device,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The volume identifier of the EBS volume.

Returns:

  • (String)


1735
1736
1737
1738
1739
1740
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1735

class EbsVolume < Struct.new(
  :device,
  :volume_id)
  SENSITIVE = []
  include Aws::Structure
end