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
PricingPlanArnthat thePricingRuleArnsare associated with. -
#pricing_rule_arns ⇒ Array<String>
The
PricingRuleArnsthat are associated with the Pricing Plan.
Instance Attribute Details
#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 |
#pricing_rule_arns ⇒ Array<String>
The PricingRuleArns that are associated with the Pricing Plan.
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 |