Struct aws_sdk_ec2::model::price_schedule_specification::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for PriceScheduleSpecification
Implementations
The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.
The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.
The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.
The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.
Consumes the builder and constructs a PriceScheduleSpecification
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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