Class: Aws::BillingConductor::Types::AssociatePricingRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::AssociatePricingRulesInput
- 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.
-
#pricing_rule_arns ⇒ Array<String>
The ‘PricingRuleArns` that are associated with the Pricing Plan.
Instance Attribute Details
#arn ⇒ String
The ‘PricingPlanArn` that the `PricingRuleArns` are associated with.
121 122 123 124 125 126 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 121 class AssociatePricingRulesInput < Struct.new( :arn, :pricing_rule_arns) SENSITIVE = [] include Aws::Structure end |
#pricing_rule_arns ⇒ Array<String>
The ‘PricingRuleArns` that are associated with the Pricing Plan.
121 122 123 124 125 126 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 121 class AssociatePricingRulesInput < Struct.new( :arn, :pricing_rule_arns) SENSITIVE = [] include Aws::Structure end |