#[non_exhaustive]pub struct CreateCapacityReservationFleetOutput { /* private fields */ }
Implementations§
source§impl CreateCapacityReservationFleetOutput
impl CreateCapacityReservationFleetOutput
sourcepub fn capacity_reservation_fleet_id(&self) -> Option<&str>
pub fn capacity_reservation_fleet_id(&self) -> Option<&str>
The ID of the Capacity Reservation Fleet.
sourcepub fn state(&self) -> Option<&CapacityReservationFleetState>
pub fn state(&self) -> Option<&CapacityReservationFleetState>
The status of the Capacity Reservation Fleet.
sourcepub fn total_target_capacity(&self) -> Option<i32>
pub fn total_target_capacity(&self) -> Option<i32>
The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
sourcepub fn total_fulfilled_capacity(&self) -> Option<f64>
pub fn total_fulfilled_capacity(&self) -> Option<f64>
The requested capacity units that have been successfully reserved.
sourcepub fn instance_match_criteria(&self) -> Option<&FleetInstanceMatchCriteria>
pub fn instance_match_criteria(&self) -> Option<&FleetInstanceMatchCriteria>
The instance matching criteria for the Capacity Reservation Fleet.
sourcepub fn allocation_strategy(&self) -> Option<&str>
pub fn allocation_strategy(&self) -> Option<&str>
The allocation strategy used by the Capacity Reservation Fleet.
sourcepub fn create_time(&self) -> Option<&DateTime>
pub fn create_time(&self) -> Option<&DateTime>
The date and time at which the Capacity Reservation Fleet was created.
sourcepub fn end_date(&self) -> Option<&DateTime>
pub fn end_date(&self) -> Option<&DateTime>
The date and time at which the Capacity Reservation Fleet expires.
sourcepub fn tenancy(&self) -> Option<&FleetCapacityReservationTenancy>
pub fn tenancy(&self) -> Option<&FleetCapacityReservationTenancy>
Indicates the tenancy of Capacity Reservation Fleet.
sourcepub fn fleet_capacity_reservations(&self) -> Option<&[FleetCapacityReservation]>
pub fn fleet_capacity_reservations(&self) -> Option<&[FleetCapacityReservation]>
Information about the individual Capacity Reservations in the Capacity Reservation Fleet.
The tags assigned to the Capacity Reservation Fleet.
source§impl CreateCapacityReservationFleetOutput
impl CreateCapacityReservationFleetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCapacityReservationFleetOutput
.
Trait Implementations§
source§impl Clone for CreateCapacityReservationFleetOutput
impl Clone for CreateCapacityReservationFleetOutput
source§fn clone(&self) -> CreateCapacityReservationFleetOutput
fn clone(&self) -> CreateCapacityReservationFleetOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateCapacityReservationFleetOutput> for CreateCapacityReservationFleetOutput
impl PartialEq<CreateCapacityReservationFleetOutput> for CreateCapacityReservationFleetOutput
source§fn eq(&self, other: &CreateCapacityReservationFleetOutput) -> bool
fn eq(&self, other: &CreateCapacityReservationFleetOutput) -> bool
self
and other
values to be equal, and is used
by ==
.