Class: Aws::Types::GuardrailWord
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailWord
- 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.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def input_enabled @input_enabled end |
#output_action ⇒ "BLOCK", "NONE"
Returns the value of attribute output_action.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def output_enabled @output_enabled end |
#text ⇒ ::String
Returns the value of attribute text.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def text @text end |