Class: Aws::EMR::Types::InstanceFleetResizingSpecifications

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#on_demand_resize_specificationTypes::OnDemandResizingSpecification

The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout period.



2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2573

class InstanceFleetResizingSpecifications < Struct.new(
  :spot_resize_specification,
  :on_demand_resize_specification)
  SENSITIVE = []
  include Aws::Structure
end

#spot_resize_specificationTypes::SpotResizingSpecification

The resize specification for Spot Instances in the instance fleet, which contains the resize timeout period.



2573
2574
2575
2576
2577
2578
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2573

class InstanceFleetResizingSpecifications < Struct.new(
  :spot_resize_specification,
  :on_demand_resize_specification)
  SENSITIVE = []
  include Aws::Structure
end