List Pricing Plans Associated With Pricing Rule
billingconductor_list_pricing_plans_associated_with_pricing_rule | 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.
Usage¶
billingconductor_list_pricing_plans_associated_with_pricing_rule(
BillingPeriod, PricingRuleArn, MaxResults, NextToken)
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. |
Value¶
A list with the following syntax:
list(
BillingPeriod = "string",
PricingRuleArn = "string",
PricingPlanArns = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_pricing_plans_associated_with_pricing_rule(
BillingPeriod = "string",
PricingRuleArn = "string",
MaxResults = 123,
NextToken = "string"
)