billingconductor_list_pricing_plans: A paginated call to get pricing plans for the given billing...

View source: R/billingconductor_operations.R

billingconductor_list_pricing_plansR Documentation

A paginated call to get pricing plans for the given billing period

Description

A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.

See https://www.paws-r-sdk.com/docs/billingconductor_list_pricing_plans/ for full documentation.

Usage

billingconductor_list_pricing_plans(
  BillingPeriod = NULL,
  Filters = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

BillingPeriod

The preferred billing period to get pricing plan.

Filters

A ListPricingPlansFilter that specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.

MaxResults

The maximum number of pricing plans to retrieve.

NextToken

The pagination token that's used on subsequent call to get pricing plans.


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