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.
6697 6698 6699 |
# File 'sig/types.rbs', line 6697 def behavior @behavior end |
#entities ⇒ ::Array[::String]
Returns the value of attribute entities.
6699 6700 6701 |
# File 'sig/types.rbs', line 6699 def entities @entities end |
#mask_mode ⇒ "PII", "EntityType"
Returns the value of attribute mask_mode.
6700 6701 6702 |
# File 'sig/types.rbs', line 6700 def mask_mode @mask_mode end |
#policy ⇒ "None", ...
Returns the value of attribute policy.
6698 6699 6700 |
# File 'sig/types.rbs', line 6698 def policy @policy end |