Class: Aws::Types::RuleOption
- Inherits:
-
Object
- Object
- Aws::Types::RuleOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyword ⇒ ::String
Returns the value of attribute keyword.
-
#settings ⇒ ::Array[::String]
Returns the value of attribute settings.
Instance Attribute Details
#keyword ⇒ ::String
Returns the value of attribute keyword.
16885 16886 16887 |
# File 'sig/types.rbs', line 16885 def keyword @keyword end |
#settings ⇒ ::Array[::String]
Returns the value of attribute settings.
16886 16887 16888 |
# File 'sig/types.rbs', line 16886 def settings @settings end |