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


6814
6815
6816
# File 'sig/types.rbs', line 6814

def behavior
  @behavior
end

#entities::Array[::String]

Returns the value of attribute entities.

Returns:

  • (::Array[::String])


6816
6817
6818
# File 'sig/types.rbs', line 6816

def entities
  @entities
end

#mask_mode"PII", "EntityType"

Returns the value of attribute mask_mode.

Returns:

  • ("PII", "EntityType")


6817
6818
6819
# File 'sig/types.rbs', line 6817

def mask_mode
  @mask_mode
end

#policy"None", ...

Returns the value of attribute policy.

Returns:

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


6815
6816
6817
# File 'sig/types.rbs', line 6815

def policy
  @policy
end