Class: Aws::Types::RedactionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#behavior"Enable", "Disable"

Returns the value of attribute behavior.

Returns:

  • ("Enable", "Disable")


6702
6703
6704
# File 'sig/types.rbs', line 6702

def behavior
  @behavior
end

#entities::Array[::String]

Returns the value of attribute entities.

Returns:

  • (::Array[::String])


6704
6705
6706
# File 'sig/types.rbs', line 6704

def entities
  @entities
end

#mask_mode"PII", "EntityType"

Returns the value of attribute mask_mode.

Returns:

  • ("PII", "EntityType")


6705
6706
6707
# File 'sig/types.rbs', line 6705

def mask_mode
  @mask_mode
end

#policy"None", ...

Returns the value of attribute policy.

Returns:

  • ("None", "RedactedOnly", "RedactedAndOriginal")


6703
6704
6705
# File 'sig/types.rbs', line 6703

def policy
  @policy
end