Struct aws_sdk_ec2::model::TargetReservationValue
source · [−]#[non_exhaustive]pub struct TargetReservationValue { /* private fields */ }
Expand description
The total value of the new Convertible Reserved Instances.
Implementations
sourceimpl TargetReservationValue
impl TargetReservationValue
sourcepub fn reservation_value(&self) -> Option<&ReservationValue>
pub fn reservation_value(&self) -> Option<&ReservationValue>
The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.
sourcepub fn target_configuration(&self) -> Option<&TargetConfiguration>
pub fn target_configuration(&self) -> Option<&TargetConfiguration>
The configuration of the Convertible Reserved Instances that make up the exchange.
sourceimpl TargetReservationValue
impl TargetReservationValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetReservationValue
.
Trait Implementations
sourceimpl Clone for TargetReservationValue
impl Clone for TargetReservationValue
sourcefn clone(&self) -> TargetReservationValue
fn clone(&self) -> TargetReservationValue
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 TargetReservationValue
impl Debug for TargetReservationValue
sourceimpl PartialEq<TargetReservationValue> for TargetReservationValue
impl PartialEq<TargetReservationValue> for TargetReservationValue
sourcefn eq(&self, other: &TargetReservationValue) -> bool
fn eq(&self, other: &TargetReservationValue) -> bool
impl StructuralPartialEq for TargetReservationValue
Auto Trait Implementations
impl RefUnwindSafe for TargetReservationValue
impl Send for TargetReservationValue
impl Sync for TargetReservationValue
impl Unpin for TargetReservationValue
impl UnwindSafe for TargetReservationValue
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