Class: Aws::Types::DisassociatePricingRulesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def arn
  @arn
end

#pricing_rule_arns ⇒ ::Array[::String]

Returns the value of attribute pricing_rule_arns.

Returns:

  • (::Array[::String])


363
364
365
# File 'sig/types.rbs', line 363

def pricing_rule_arns
  @pricing_rule_arns
end