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