Class: Aws::Types::AssociatePricingRulesInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePricingRulesInput
- 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.
43 44 45 |
# File 'sig/types.rbs', line 43 def arn @arn end |
#pricing_rule_arns ⇒ ::Array[::String]
Returns the value of attribute pricing_rule_arns.
44 45 46 |
# File 'sig/types.rbs', line 44 def pricing_rule_arns @pricing_rule_arns end |