Class: Aws::BillingConductor::Types::DisassociatePricingRulesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DisassociatePricingRulesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from.
-
#pricing_rule_arns ⇒ Array<String>
A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated.
Instance Attribute Details
#arn ⇒ String
The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from.
1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1223 class DisassociatePricingRulesInput < Struct.new( :arn, :pricing_rule_arns) SENSITIVE = [] include Aws::Structure end |
#pricing_rule_arns ⇒ Array<String>
A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated.
1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1223 class DisassociatePricingRulesInput < Struct.new( :arn, :pricing_rule_arns) SENSITIVE = [] include Aws::Structure end |