Struct aws_sdk_ec2::model::ReservedInstanceLimitPrice [−][src]
#[non_exhaustive]pub struct ReservedInstanceLimitPrice {
pub amount: Option<f64>,
pub currency_code: Option<CurrencyCodeValues>,
}
Expand description
Describes the limit price of a Reserved Instance offering.
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.amount: Option<f64>
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
currency_code: Option<CurrencyCodeValues>
The currency in which the limitPrice
amount is specified.
At this time, the only supported currency is USD
.
Implementations
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
The currency in which the limitPrice
amount is specified.
At this time, the only supported currency is USD
.
Creates a new builder-style object to manufacture ReservedInstanceLimitPrice
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 ReservedInstanceLimitPrice
impl Send for ReservedInstanceLimitPrice
impl Sync for ReservedInstanceLimitPrice
impl Unpin for ReservedInstanceLimitPrice
impl UnwindSafe for ReservedInstanceLimitPrice
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