Class: Aws::Types::KeywordMatchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KeywordMatchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
-
#negate ⇒ Boolean
Returns the value of attribute negate.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
385 386 387 |
# File 'sig/types.rbs', line 385 def keywords @keywords end |
#negate ⇒ Boolean
Returns the value of attribute negate.
386 387 388 |
# File 'sig/types.rbs', line 386 def negate @negate end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
384 385 386 |
# File 'sig/types.rbs', line 384 def rule_name @rule_name end |