You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::EbsConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::EbsConfiguration
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing EbsConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
  ebs_block_device_configs: [
    {
      volume_specification: { # required
        volume_type: "String", # required
        iops: 1,
        size_in_gb: 1, # required
      },
      volumes_per_instance: 1,
    },
  ],
  ebs_optimized: false,
}
The Amazon EBS configuration of a cluster instance.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #ebs_block_device_configs  ⇒ Array<Types::EbsBlockDeviceConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of Amazon EBS volume specifications attached to a cluster instance. 
- 
  
    
      #ebs_optimized  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether an Amazon EBS volume is EBS-optimized. 
Instance Attribute Details
#ebs_block_device_configs ⇒ Array<Types::EbsBlockDeviceConfig>
An array of Amazon EBS volume specifications attached to a cluster instance.
#ebs_optimized ⇒ Boolean
Indicates whether an Amazon EBS volume is EBS-optimized.