Return Savings Plan
savingsplans_return_savings_plan | R Documentation |
Returns the specified Savings Plan¶
Description¶
Returns the specified Savings Plan.
Usage¶
savingsplans_return_savings_plan(savingsPlanId, clientToken)
Arguments¶
savingsPlanId |
[required] The ID of the Savings Plan. |
clientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. |
Value¶
A list with the following syntax:
list(
savingsPlanId = "string"
)
Request syntax¶
svc$return_savings_plan(
savingsPlanId = "string",
clientToken = "string"
)