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.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def action @action end |
#match ⇒ ::String
Returns the value of attribute match.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def match @match end |