Struct aws_sdk_ec2::model::host_offering::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HostOffering
Implementations
The currency of the offering.
The currency of the offering.
The duration of the offering (in seconds).
The hourly price of the offering.
The hourly price of the offering.
The instance family of the offering.
The instance family of the offering.
The ID of the offering.
The ID of the offering.
The available payment option.
The available payment option.
The upfront price of the offering. Does not apply to No Upfront offerings.
The upfront price of the offering. Does not apply to No Upfront offerings.
Consumes the builder and constructs a HostOffering
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