billingconductor_list_pricing_plans_associated_with_pricing_rule {paws.cost.management} | R Documentation |
A list of the pricing plans that are associated with a pricing rule
Description
A list of the pricing plans that are associated with a pricing rule.
See https://www.paws-r-sdk.com/docs/billingconductor_list_pricing_plans_associated_with_pricing_rule/ for full documentation.
Usage
billingconductor_list_pricing_plans_associated_with_pricing_rule(
BillingPeriod = NULL,
PricingRuleArn,
MaxResults = NULL,
NextToken = NULL
)
Arguments
BillingPeriod |
The pricing plan billing period for which associations will be listed. |
PricingRuleArn |
[required] The pricing rule Amazon Resource Name (ARN) for which associations will 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.7.0 Index]