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§
source§impl 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.
source§impl TargetReservationValue
impl TargetReservationValue
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetReservationValue
.
Trait Implementations§
source§impl Clone for TargetReservationValue
impl Clone for TargetReservationValue
source§fn clone(&self) -> TargetReservationValue
fn clone(&self) -> TargetReservationValue
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 Debug for TargetReservationValue
impl Debug for TargetReservationValue
source§impl PartialEq<TargetReservationValue> for TargetReservationValue
impl PartialEq<TargetReservationValue> for TargetReservationValue
source§fn eq(&self, other: &TargetReservationValue) -> bool
fn eq(&self, other: &TargetReservationValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.