#[non_exhaustive]pub struct CapacityReservationFleetCancellationState {
pub current_fleet_state: Option<CapacityReservationFleetState>,
pub previous_fleet_state: Option<CapacityReservationFleetState>,
pub capacity_reservation_fleet_id: Option<String>,
}Expand description
Describes a Capacity Reservation Fleet that was successfully cancelled.
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.current_fleet_state: Option<CapacityReservationFleetState>The current state of the Capacity Reservation Fleet.
previous_fleet_state: Option<CapacityReservationFleetState>The previous state of the Capacity Reservation Fleet.
capacity_reservation_fleet_id: Option<String>The ID of the Capacity Reservation Fleet that was successfully cancelled.
Implementations
The current state of the Capacity Reservation Fleet.
The previous state of the Capacity Reservation Fleet.
The ID of the Capacity Reservation Fleet that was successfully cancelled.
Creates a new builder-style object to manufacture CapacityReservationFleetCancellationState
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