billingconductor_list_pricing_rules_associated_to_pricing_plan {paws.cost.management} | R Documentation |
Lists the pricing rules that are associated with a pricing plan
Description
Lists the pricing rules that are associated with a pricing plan.
See https://www.paws-r-sdk.com/docs/billingconductor_list_pricing_rules_associated_to_pricing_plan/ for full documentation.
Usage
billingconductor_list_pricing_rules_associated_to_pricing_plan(
BillingPeriod = NULL,
PricingPlanArn,
MaxResults = NULL,
NextToken = NULL
)
Arguments
BillingPeriod |
The billing period for which the pricing rule associations are to be listed. |
PricingPlanArn |
[required] The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed. |
MaxResults |
The optional maximum number of pricing rule associations to retrieve. |
NextToken |
The optional pagination token returned by a previous call. |
[Package paws.cost.management version 0.6.1 Index]