Method: Aws::BillingConductor::Types::AssociatePricingRulesInput#arn

Defined in:
lib/aws-sdk-billingconductor/types.rb

#arnString

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