Class: Aws::EMR::Types::InstanceFleetResizingSpecifications
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceFleetResizingSpecifications
- Includes:
- Structure
- Defined in:
- 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.
2602 2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-emr/types.rb', line 2602 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.
2602 2603 2604 2605 2606 2607 |
# File 'lib/aws-sdk-emr/types.rb', line 2602 class InstanceFleetResizingSpecifications < Struct.new( :spot_resize_specification, :on_demand_resize_specification) SENSITIVE = [] include Aws::Structure end |