Class: Aws::EC2::Types::FleetSpotMaintenanceStrategies

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_rebalanceTypes::FleetSpotCapacityRebalance

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.



33450
33451
33452
33453
33454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33450

class FleetSpotMaintenanceStrategies < Struct.new(
  :capacity_rebalance)
  SENSITIVE = []
  include Aws::Structure
end