Class: Aws::Types::GuardrailCustomWord
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailCustomWord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "BLOCKED"
Returns the value of attribute action.
-
#match ⇒ ::String
Returns the value of attribute match.
Instance Attribute Details
#action ⇒ "BLOCKED"
Returns the value of attribute action.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def action @action end |
#match ⇒ ::String
Returns the value of attribute match.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def match @match end |