billingconductor_list_pricing_rules {paws.cost.management} | R Documentation |
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans
Description
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
See https://www.paws-r-sdk.com/docs/billingconductor_list_pricing_rules/ for full documentation.
Usage
billingconductor_list_pricing_rules(
BillingPeriod = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
BillingPeriod |
The preferred billing period to get the pricing plan. |
Filters |
A |
MaxResults |
The maximum number of pricing rules to retrieve. |
NextToken |
The pagination token that's used on subsequent call to get pricing rules. |
[Package paws.cost.management version 0.9.0 Index]