savingsplans_describe_savings_plans {paws.cost.management} | R Documentation |
Describes the specified Savings Plans
Description
Describes the specified Savings Plans.
See https://www.paws-r-sdk.com/docs/savingsplans_describe_savings_plans/ for full documentation.
Usage
savingsplans_describe_savings_plans(
savingsPlanArns = NULL,
savingsPlanIds = NULL,
nextToken = NULL,
maxResults = NULL,
states = NULL,
filters = NULL
)
Arguments
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. |
[Package paws.cost.management version 0.9.0 Index]