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", "NONE"
Returns the value of attribute action.
-
#detected ⇒ Boolean
Returns the value of attribute detected.
-
#match ⇒ ::String
Returns the value of attribute match.
-
#type ⇒ "PROFANITY"
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ "BLOCKED", "NONE"
Returns the value of attribute action.
916 917 918 |
# File 'sig/types.rbs', line 916 def action @action end |
#detected ⇒ Boolean
Returns the value of attribute detected.
917 918 919 |
# File 'sig/types.rbs', line 917 def detected @detected end |
#match ⇒ ::String
Returns the value of attribute match.
914 915 916 |
# File 'sig/types.rbs', line 914 def match @match end |
#type ⇒ "PROFANITY"
Returns the value of attribute type.
915 916 917 |
# File 'sig/types.rbs', line 915 def type @type end |