Struct aws_sdk_ec2::model::SpotPlacementScore
source · [−]#[non_exhaustive]pub struct SpotPlacementScore { /* private fields */ }
Expand description
The Spot placement score for this Region or Availability Zone. The score is calculated based on the assumption that the capacity-optimized
allocation strategy is used and that all of the Availability Zones in the Region can be used.
Implementations
sourceimpl SpotPlacementScore
impl SpotPlacementScore
sourcepub fn availability_zone_id(&self) -> Option<&str>
pub fn availability_zone_id(&self) -> Option<&str>
The Availability Zone.
sourceimpl SpotPlacementScore
impl SpotPlacementScore
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SpotPlacementScore
.
Trait Implementations
sourceimpl Clone for SpotPlacementScore
impl Clone for SpotPlacementScore
sourcefn clone(&self) -> SpotPlacementScore
fn clone(&self) -> SpotPlacementScore
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SpotPlacementScore
impl Debug for SpotPlacementScore
sourceimpl PartialEq<SpotPlacementScore> for SpotPlacementScore
impl PartialEq<SpotPlacementScore> for SpotPlacementScore
sourcefn eq(&self, other: &SpotPlacementScore) -> bool
fn eq(&self, other: &SpotPlacementScore) -> bool
impl StructuralPartialEq for SpotPlacementScore
Auto Trait Implementations
impl RefUnwindSafe for SpotPlacementScore
impl Send for SpotPlacementScore
impl Sync for SpotPlacementScore
impl Unpin for SpotPlacementScore
impl UnwindSafe for SpotPlacementScore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more