Class: Aws::Types::DisassociatePricingRulesInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociatePricingRulesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#pricing_rule_arns ⇒ ::Array[::String]
Returns the value of attribute pricing_rule_arns.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
363 364 365 |
# File 'sig/types.rbs', line 363 def pricing_rule_arns @pricing_rule_arns end |