Class: Aws::Types::InstanceFleetResizingSpecifications
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFleetResizingSpecifications
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_demand_resize_specification ⇒ Types::OnDemandResizingSpecification
Returns the value of attribute on_demand_resize_specification.
-
#spot_resize_specification ⇒ Types::SpotResizingSpecification
Returns the value of attribute spot_resize_specification.
Instance Attribute Details
#on_demand_resize_specification ⇒ Types::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_specification ⇒ Types::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 |