Class: Aws::Types::GuardrailManagedWordsConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailManagedWordsConfig
- 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.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def input_enabled @input_enabled end |
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def output_enabled @output_enabled end |
#type ⇒ "PROFANITY"
Returns the value of attribute type.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def type @type end |