You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SavingsPlans::Types::CreateSavingsPlanRequestWhen passing CreateSavingsPlanRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
savings_plan_offering_id: "SavingsPlanOfferingId", commitment: "Amount", upfront_payment_amount: "Amount",
purchase_time: Time.now,
client_token: "ClientToken",
tags: {
"TagKey" => "TagValue",
},
}
Instance Attribute Summary collapse
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
The hourly commitment, in USD.
The time at which to purchase the Savings Plan, in UTC format (YYYY-MM-DDTHH:MM:SSZ).
The ID of the offering.
One or more tags.
The up-front payment amount.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
#commitment ⇒ StringThe hourly commitment, in USD. This is a value between 0.001 and 1 million. You cannot specify more than three digits after the decimal point.
#purchase_time ⇒ TimeThe time at which to purchase the Savings Plan, in UTC format (YYYY-MM-DDTHH:MM:SSZ).
#savings_plan_offering_id ⇒ String #tags ⇒ Hash<String,String> #upfront_payment_amount ⇒ StringThe up-front payment amount. This is a whole number between 50 and 99 percent of the total value of the Savings Plan. This parameter is supported only if the payment option is Partial Upfront
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4