Struct aws_sdk_ec2::model::PriceScheduleSpecification [−][src]
#[non_exhaustive]pub struct PriceScheduleSpecification {
pub currency_code: Option<CurrencyCodeValues>,
pub price: Option<f64>,
pub term: Option<i64>,
}
Expand description
Describes the price for a 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.currency_code: Option<CurrencyCodeValues>
The currency for transacting the Reserved Instance resale.
At this time, the only supported currency is USD
.
price: Option<f64>
The fixed price for the term.
term: Option<i64>
The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.
Implementations
The currency for transacting the Reserved Instance resale.
At this time, the only supported currency is USD
.
Creates a new builder-style object to manufacture PriceScheduleSpecification
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 PriceScheduleSpecification
impl Send for PriceScheduleSpecification
impl Sync for PriceScheduleSpecification
impl Unpin for PriceScheduleSpecification
impl UnwindSafe for PriceScheduleSpecification
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