Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#matching_keys ⇒ ::Array[::String]
Returns the value of attribute matching_keys.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#matching_keys ⇒ ::Array[::String]
Returns the value of attribute matching_keys.
797 798 799 |
# File 'sig/types.rbs', line 797 def matching_keys @matching_keys end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
796 797 798 |
# File 'sig/types.rbs', line 796 def rule_name @rule_name end |