Struct aws_sdk_ec2::model::ReservationValue [−][src]
#[non_exhaustive]pub struct ReservationValue {
pub hourly_price: Option<String>,
pub remaining_total_value: Option<String>,
pub remaining_upfront_value: Option<String>,
}
Expand description
The cost associated with the 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.hourly_price: Option<String>
The hourly rate of the reservation.
remaining_total_value: Option<String>
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
remaining_upfront_value: Option<String>
The remaining upfront cost of the reservation.
Implementations
The hourly rate of the reservation.
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
The remaining upfront cost of the reservation.
Creates a new builder-style object to manufacture ReservationValue
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 RefUnwindSafe for ReservationValue
impl Send for ReservationValue
impl Sync for ReservationValue
impl Unpin for ReservationValue
impl UnwindSafe for ReservationValue
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