Class: Aws::Types::RedactionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RedactionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ "Enable", "Disable"
Returns the value of attribute behavior.
-
#entities ⇒ ::Array[::String]
Returns the value of attribute entities.
-
#mask_mode ⇒ "PII", "EntityType"
Returns the value of attribute mask_mode.
-
#policy ⇒ "None", ...
Returns the value of attribute policy.
Instance Attribute Details
#behavior ⇒ "Enable", "Disable"
Returns the value of attribute behavior.
6702 6703 6704 |
# File 'sig/types.rbs', line 6702 def behavior @behavior end |
#entities ⇒ ::Array[::String]
Returns the value of attribute entities.
6704 6705 6706 |
# File 'sig/types.rbs', line 6704 def entities @entities end |
#mask_mode ⇒ "PII", "EntityType"
Returns the value of attribute mask_mode.
6705 6706 6707 |
# File 'sig/types.rbs', line 6705 def mask_mode @mask_mode end |
#policy ⇒ "None", ...
Returns the value of attribute policy.
6703 6704 6705 |
# File 'sig/types.rbs', line 6703 def policy @policy end |