Class: Aws::EMR::Types::EbsBlockDeviceConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EMR::Types::EbsBlockDeviceConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #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.
 - 
  
    
      #volumes_per_instance  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group.
 
Instance Attribute Details
#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.
      1697 1698 1699 1700 1701 1702  | 
    
      # File 'lib/aws-sdk-emr/types.rb', line 1697 class EbsBlockDeviceConfig < Struct.new( :volume_specification, :volumes_per_instance) SENSITIVE = [] include Aws::Structure end  | 
  
#volumes_per_instance ⇒ Integer
Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
      1697 1698 1699 1700 1701 1702  | 
    
      # File 'lib/aws-sdk-emr/types.rb', line 1697 class EbsBlockDeviceConfig < Struct.new( :volume_specification, :volumes_per_instance) SENSITIVE = [] include Aws::Structure end  |