Struct aws_sdk_ec2::model::ReservedInstanceReservationValue [−][src]
#[non_exhaustive]pub struct ReservedInstanceReservationValue {
pub reservation_value: Option<ReservationValue>,
pub reserved_instance_id: Option<String>,
}
Expand description
The total value of the Convertible Reserved Instance.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.reservation_value: Option<ReservationValue>
The total value of the Convertible Reserved Instance that you are exchanging.
reserved_instance_id: Option<String>
The ID of the Convertible Reserved Instance that you are exchanging.
Implementations
The total value of the Convertible Reserved Instance that you are exchanging.
The ID of the Convertible Reserved Instance that you are exchanging.
Creates a new builder-style object to manufacture ReservedInstanceReservationValue
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ReservedInstanceReservationValue
impl Sync for ReservedInstanceReservationValue
impl Unpin for ReservedInstanceReservationValue
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more