Class: Aws::BillingConductor::Types::AssociatePricingRulesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The PricingPlanArn that the PricingRuleArns are associated with.

Returns:

  • (String)


121
122
123
124
125
126
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 121

class AssociatePricingRulesInput < Struct.new(
  :arn,
  :pricing_rule_arns)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_rule_arnsArray<String>

The PricingRuleArns that are associated with the Pricing Plan.

Returns:

  • (Array<String>)


121
122
123
124
125
126
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 121

class AssociatePricingRulesInput < Struct.new(
  :arn,
  :pricing_rule_arns)
  SENSITIVE = []
  include Aws::Structure
end