Class: Aws::Types::GuardrailWordConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailWordConfig
- 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.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#input_action ⇒ "BLOCK", "NONE"
Returns the value of attribute input_action.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2414 2415 2416 |
# File 'sig/types.rbs', line 2414 def input_enabled @input_enabled end |
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def output_enabled @output_enabled end |
#text ⇒ ::String
Returns the value of attribute text.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def text @text end |