Class: Aws::BillingConductor::Types::DisassociatePricingRulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DisassociatePricingRulesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully disassociated from.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully disassociated from.
1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1237 class DisassociatePricingRulesOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |