A paginated call to get pricing plans for the given billing period
Source:R/billingconductor_operations.R
billingconductor_list_pricing_plans.RdA 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
ListPricingPlansFilterthat 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.