Class: Aws::BillingConductor::Types::AssociatePricingRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::AssociatePricingRulesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ‘PricingPlanArn` that the `PricingRuleArns` are associated with.
Instance Attribute Details
#arn ⇒ String
The ‘PricingPlanArn` that the `PricingRuleArns` are associated with.
134 135 136 137 138 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 134 class AssociatePricingRulesOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |