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")


6697
6698
6699
# File 'sig/types.rbs', line 6697

def behavior
  @behavior
end

#entities::Array[::String]

Returns the value of attribute entities.

Returns:

  • (::Array[::String])


6699
6700
6701
# File 'sig/types.rbs', line 6699

def entities
  @entities
end

#mask_mode"PII", "EntityType"

Returns the value of attribute mask_mode.

Returns:

  • ("PII", "EntityType")


6700
6701
6702
# File 'sig/types.rbs', line 6700

def mask_mode
  @mask_mode
end

#policy"None", ...

Returns the value of attribute policy.

Returns:

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


6698
6699
6700
# File 'sig/types.rbs', line 6698

def policy
  @policy
end