savingsplans_describe_savings_plans: Describes the specified Savings Plans

View source: R/savingsplans_operations.R

savingsplans_describe_savings_plansR 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 states.

filters

The filters.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.