Class: Aws::Types::GuardrailRegex
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailRegex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "BLOCK", ...
Returns the value of attribute action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_action ⇒ "BLOCK", ...
Returns the value of attribute input_action.
-
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_action ⇒ "BLOCK", ...
Returns the value of attribute output_action.
-
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
Instance Attribute Details
#action ⇒ "BLOCK", ...
Returns the value of attribute action.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def action @action end |
#description ⇒ ::String
Returns the value of attribute description.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def description @description end |
#input_action ⇒ "BLOCK", ...
Returns the value of attribute input_action.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def input_enabled @input_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def name @name end |
#output_action ⇒ "BLOCK", ...
Returns the value of attribute output_action.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def output_enabled @output_enabled end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def pattern @pattern end |