Class: Aws::Types::GuardrailManagedWords
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailManagedWords
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_action ⇒ "BLOCK", "NONE"
Returns the value of attribute input_action.
-
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
-
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
-
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
-
#type ⇒ "PROFANITY"
Returns the value of attribute type.
Instance Attribute Details
#input_action ⇒ "BLOCK", "NONE"
Returns the value of attribute input_action.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def input_enabled @input_enabled end |
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def output_enabled @output_enabled end |
#type ⇒ "PROFANITY"
Returns the value of attribute type.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def type @type end |