Class: Aws::Types::InstanceFleetResizingSpecifications

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_demand_resize_specificationTypes::OnDemandResizingSpecification

Returns the value of attribute on_demand_resize_specification.



695
696
697
# File 'sig/types.rbs', line 695

def on_demand_resize_specification
  @on_demand_resize_specification
end

#spot_resize_specificationTypes::SpotResizingSpecification

Returns the value of attribute spot_resize_specification.



694
695
696
# File 'sig/types.rbs', line 694

def spot_resize_specification
  @spot_resize_specification
end