Struct aws_sdk_ec2::model::FleetSpotMaintenanceStrategies
source · [−]#[non_exhaustive]pub struct FleetSpotMaintenanceStrategies {
pub capacity_rebalance: Option<FleetSpotCapacityRebalance>,
}
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<FleetSpotCapacityRebalance>
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
Implementations
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
Creates a new builder-style object to manufacture FleetSpotMaintenanceStrategies
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 Send for FleetSpotMaintenanceStrategies
impl Sync for FleetSpotMaintenanceStrategies
impl Unpin for FleetSpotMaintenanceStrategies
impl UnwindSafe for FleetSpotMaintenanceStrategies
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