#[non_exhaustive]pub struct ReservedInstanceReservationValue { /* private fields */ }
Expand description
The total value of the Convertible Reserved Instance.
Implementations§
source§impl 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.
source§impl ReservedInstanceReservationValue
impl ReservedInstanceReservationValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReservedInstanceReservationValue
.
Trait Implementations§
source§impl Clone for ReservedInstanceReservationValue
impl Clone for ReservedInstanceReservationValue
source§fn clone(&self) -> ReservedInstanceReservationValue
fn clone(&self) -> ReservedInstanceReservationValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ReservedInstanceReservationValue> for ReservedInstanceReservationValue
impl PartialEq<ReservedInstanceReservationValue> for ReservedInstanceReservationValue
source§fn eq(&self, other: &ReservedInstanceReservationValue) -> bool
fn eq(&self, other: &ReservedInstanceReservationValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.