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