Struct aws_sdk_ec2::model::FleetSpotMaintenanceStrategiesRequest [−][src]
#[non_exhaustive]pub struct FleetSpotMaintenanceStrategiesRequest {
pub capacity_rebalance: Option<FleetSpotCapacityRebalanceRequest>,
}
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<FleetSpotCapacityRebalanceRequest>
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 FleetSpotMaintenanceStrategiesRequest
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
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