Class: Aws::EMR::Types::InstanceFleetResizingSpecifications
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::InstanceFleetResizingSpecifications
 
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
The resize specification for On-Demand and Spot Instances in the fleet.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #on_demand_resize_specification  ⇒ Types::OnDemandResizingSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resize specification for On-Demand Instances in the instance fleet, which contains the allocation strategy, capacity reservation options, and the resize timeout period. 
- 
  
    
      #spot_resize_specification  ⇒ Types::SpotResizingSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resize specification for Spot Instances in the instance fleet, which contains the allocation strategy and the resize timeout period. 
Instance Attribute Details
#on_demand_resize_specification ⇒ Types::OnDemandResizingSpecification
The resize specification for On-Demand Instances in the instance fleet, which contains the allocation strategy, capacity reservation options, and the resize timeout period.
| 2803 2804 2805 2806 2807 2808 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2803 class InstanceFleetResizingSpecifications < Struct.new( :spot_resize_specification, :on_demand_resize_specification) SENSITIVE = [] include Aws::Structure end | 
#spot_resize_specification ⇒ Types::SpotResizingSpecification
The resize specification for Spot Instances in the instance fleet, which contains the allocation strategy and the resize timeout period.
| 2803 2804 2805 2806 2807 2808 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2803 class InstanceFleetResizingSpecifications < Struct.new( :spot_resize_specification, :on_demand_resize_specification) SENSITIVE = [] include Aws::Structure end |