Class: Aws::BillingConductor::Types::DisassociatePricingRulesInput

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 pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1223

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

#pricing_rule_arnsArray<String>

A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated.

Returns:

  • (Array<String>)


1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1223

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