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¶
BillingPeriodThe 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.
MaxResultsThe optional maximum number of pricing rule associations to retrieve.
NextTokenThe 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"
)