Struct aws_sdk_ec2::model::SpotMaintenanceStrategies
source · [−]#[non_exhaustive]pub struct SpotMaintenanceStrategies {
pub capacity_rebalance: Option<SpotCapacityRebalance>,
}
Expand description
The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.capacity_rebalance: Option<SpotCapacityRebalance>
The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide for Linux Instances.
Implementations
The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide for Linux Instances.
Creates a new builder-style object to manufacture SpotMaintenanceStrategies
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SpotMaintenanceStrategies
impl Send for SpotMaintenanceStrategies
impl Sync for SpotMaintenanceStrategies
impl Unpin for SpotMaintenanceStrategies
impl UnwindSafe for SpotMaintenanceStrategies
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more