View source: R/savingsplans_operations.R
savingsplans_describe_savings_plans | R Documentation |
Describes the specified Savings Plans.
See https://www.paws-r-sdk.com/docs/savingsplans_describe_savings_plans/ for full documentation.
savingsplans_describe_savings_plans(
savingsPlanArns = NULL,
savingsPlanIds = NULL,
nextToken = NULL,
maxResults = NULL,
states = NULL,
filters = NULL
)
savingsPlanArns |
The Amazon Resource Names (ARN) of the Savings Plans. |
savingsPlanIds |
The IDs of the Savings Plans. |
nextToken |
The token for the next page of results. |
maxResults |
The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value. |
states |
The current states of the Savings Plans. |
filters |
The filters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.