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.
billingconductor_list_pricing_plans(
BillingPeriod = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
The preferred billing period to get pricing plan.
A ListPricingPlansFilter
that specifies the Amazon Resource Name
(ARNs) of pricing plans to retrieve pricing plans information.
The maximum number of pricing plans to retrieve.
The pagination token that's used on subsequent call to get pricing plans.