Class: Aws::Types::LogRedactionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogRedactionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_entity_config ⇒ Types::CustomEntityConfig
Returns the value of attribute custom_entity_config.
-
#entities_to_redact ⇒ ::Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")]
Returns the value of attribute entities_to_redact.
Instance Attribute Details
#custom_entity_config ⇒ Types::CustomEntityConfig
Returns the value of attribute custom_entity_config.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def custom_entity_config @custom_entity_config end |
#entities_to_redact ⇒ ::Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")]
Returns the value of attribute entities_to_redact.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def entities_to_redact @entities_to_redact end |