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

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)


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