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", "NONE"
Returns the value of attribute action.
-
#detected ⇒ Boolean
Returns the value of attribute detected.
-
#match ⇒ ::String
Returns the value of attribute match.
Instance Attribute Details
#action ⇒ "BLOCKED", "NONE"
Returns the value of attribute action.
878 879 880 |
# File 'sig/types.rbs', line 878 def action @action end |
#detected ⇒ Boolean
Returns the value of attribute detected.
879 880 881 |
# File 'sig/types.rbs', line 879 def detected @detected end |
#match ⇒ ::String
Returns the value of attribute match.
877 878 879 |
# File 'sig/types.rbs', line 877 def match @match end |