Method: Aws::BillingConductor::Types::AssociatePricingRulesInput#arn
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
#arn ⇒ String
The PricingPlanArn that the PricingRuleArns are associated with.
128 129 130 131 132 133 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 128 class AssociatePricingRulesInput < Struct.new( :arn, :pricing_rule_arns) SENSITIVE = [] include Aws::Structure end |