#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateReservedInstancesListingInput
Implementations
Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.
Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.
The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.
The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.
Appends an item to price_schedules.
To override the contents of this collection use set_price_schedules.
A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.
A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.
The ID of the active Standard Reserved Instance.
The ID of the active Standard Reserved Instance.
Consumes the builder and constructs a CreateReservedInstancesListingInput
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