Class: Aws::Types::ReorderReceiptRuleSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::ReorderReceiptRuleSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_names ⇒ ::Array[::String]
Returns the value of attribute rule_names.
-
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
Instance Attribute Details
#rule_names ⇒ ::Array[::String]
Returns the value of attribute rule_names.
776 777 778 |
# File 'sig/types.rbs', line 776 def rule_names @rule_names end |
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
775 776 777 |
# File 'sig/types.rbs', line 775 def rule_set_name @rule_set_name end |