#[non_exhaustive]pub struct ReservedInstanceReservationValue { /* private fields */ }
Expand description
The total value of the Convertible Reserved Instance.
Implementations
sourceimpl ReservedInstanceReservationValue
impl ReservedInstanceReservationValue
sourcepub fn reservation_value(&self) -> Option<&ReservationValue>
pub fn reservation_value(&self) -> Option<&ReservationValue>
The total value of the Convertible Reserved Instance that you are exchanging.
sourcepub fn reserved_instance_id(&self) -> Option<&str>
pub fn reserved_instance_id(&self) -> Option<&str>
The ID of the Convertible Reserved Instance that you are exchanging.
sourceimpl ReservedInstanceReservationValue
impl ReservedInstanceReservationValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReservedInstanceReservationValue
.
Trait Implementations
sourceimpl Clone for ReservedInstanceReservationValue
impl Clone for ReservedInstanceReservationValue
sourcefn clone(&self) -> ReservedInstanceReservationValue
fn clone(&self) -> ReservedInstanceReservationValue
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 PartialEq<ReservedInstanceReservationValue> for ReservedInstanceReservationValue
impl PartialEq<ReservedInstanceReservationValue> for ReservedInstanceReservationValue
sourcefn eq(&self, other: &ReservedInstanceReservationValue) -> bool
fn eq(&self, other: &ReservedInstanceReservationValue) -> bool
impl StructuralPartialEq for ReservedInstanceReservationValue
Auto Trait Implementations
impl RefUnwindSafe for ReservedInstanceReservationValue
impl Send for ReservedInstanceReservationValue
impl Sync for ReservedInstanceReservationValue
impl Unpin for ReservedInstanceReservationValue
impl UnwindSafe for ReservedInstanceReservationValue
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