Class: Aws::BillingConductor::Types::AssociatePricingRulesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


134
135
136
137
138
# File 'lib/aws-sdk-billingconductor/types.rb', line 134

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