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