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


6796
6797
6798
# File 'sig/types.rbs', line 6796

def behavior
  @behavior
end

#entities::Array[::String]

Returns the value of attribute entities.

Returns:

  • (::Array[::String])


6798
6799
6800
# File 'sig/types.rbs', line 6798

def entities
  @entities
end

#mask_mode"PII", "EntityType"

Returns the value of attribute mask_mode.

Returns:

  • ("PII", "EntityType")


6799
6800
6801
# File 'sig/types.rbs', line 6799

def mask_mode
  @mask_mode
end

#policy"None", ...

Returns the value of attribute policy.

Returns:

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


6797
6798
6799
# File 'sig/types.rbs', line 6797

def policy
  @policy
end