Class: Aws::Types::GuardrailPiiEntityConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailPiiEntityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "BLOCK", ...
Returns the value of attribute action.
-
#input_action ⇒ "BLOCK", ...
Returns the value of attribute input_action.
-
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
-
#output_action ⇒ "BLOCK", ...
Returns the value of attribute output_action.
-
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
-
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ "BLOCK", ...
Returns the value of attribute action.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def action @action end |
#input_action ⇒ "BLOCK", ...
Returns the value of attribute input_action.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def input_action @input_action end |
#input_enabled ⇒ Boolean
Returns the value of attribute input_enabled.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def input_enabled @input_enabled end |
#output_action ⇒ "BLOCK", ...
Returns the value of attribute output_action.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def output_action @output_action end |
#output_enabled ⇒ Boolean
Returns the value of attribute output_enabled.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def output_enabled @output_enabled end |
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def type @type end |