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