You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::InstanceFleetModifyConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::InstanceFleetModifyConfig
 
- Defined in:
- (unknown)
Overview
When passing InstanceFleetModifyConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
  instance_fleet_id: "InstanceFleetId", # required
  target_on_demand_capacity: 1,
  target_spot_capacity: 1,
}
Configuration parameters for an instance fleet modification request.
  The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #instance_fleet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the instance fleet. 
- 
  
    
      #target_on_demand_capacity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target capacity of On-Demand units for the instance fleet. 
- 
  
    
      #target_spot_capacity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The target capacity of Spot units for the instance fleet. 
Instance Attribute Details
#instance_fleet_id ⇒ String
A unique identifier for the instance fleet.
#target_on_demand_capacity ⇒ Integer
The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.
#target_spot_capacity ⇒ Integer
The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.