Class: Aws::Types::GuardrailManagedWord
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailManagedWord
- 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.
-
#type ⇒ "PROFANITY"
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ "BLOCKED"
Returns the value of attribute action.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def action @action end |
#match ⇒ ::String
Returns the value of attribute match.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def match @match end |
#type ⇒ "PROFANITY"
Returns the value of attribute type.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def type @type end |