Class: Aws::Types::LogRedactionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_entity_configTypes::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.

Returns:

  • (::Array[("ALL_PERSONALLY_IDENTIFIABLE_INFORMATION" | "NUMBERS" | "CUSTOM")])


1102
1103
1104
# File 'sig/types.rbs', line 1102

def entities_to_redact
  @entities_to_redact
end