Class: Aws::EMR::Types::EbsBlockDeviceConfig

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

Overview

Configuration of requested EBS block device associated with the instance group with count of volumes that are associated to every instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_specificationTypes::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.



1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1696

class EbsBlockDeviceConfig < Struct.new(
  :volume_specification,
  :volumes_per_instance)
  SENSITIVE = []
  include Aws::Structure
end

#volumes_per_instanceInteger

Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group

Returns:

  • (Integer)


1696
1697
1698
1699
1700
1701
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1696

class EbsBlockDeviceConfig < Struct.new(
  :volume_specification,
  :volumes_per_instance)
  SENSITIVE = []
  include Aws::Structure
end