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.
6543 6544 6545 |
# File 'sig/types.rbs', line 6543 def behavior @behavior end |
#entities ⇒ ::Array[::String]
Returns the value of attribute entities.
6545 6546 6547 |
# File 'sig/types.rbs', line 6545 def entities @entities end |
#mask_mode ⇒ "PII", "EntityType"
Returns the value of attribute mask_mode.
6546 6547 6548 |
# File 'sig/types.rbs', line 6546 def mask_mode @mask_mode end |
#policy ⇒ "None", ...
Returns the value of attribute policy.
6544 6545 6546 |
# File 'sig/types.rbs', line 6544 def policy @policy end |