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.
16588 16589 16590 |
# File 'sig/types.rbs', line 16588 def keyword @keyword end |
#settings ⇒ ::Array[::String]
Returns the value of attribute settings.
16589 16590 16591 |
# File 'sig/types.rbs', line 16589 def settings @settings end |