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


6543
6544
6545
# File 'sig/types.rbs', line 6543

def behavior
  @behavior
end

#entities::Array[::String]

Returns the value of attribute entities.

Returns:

  • (::Array[::String])


6545
6546
6547
# File 'sig/types.rbs', line 6545

def entities
  @entities
end

#mask_mode"PII", "EntityType"

Returns the value of attribute mask_mode.

Returns:

  • ("PII", "EntityType")


6546
6547
6548
# File 'sig/types.rbs', line 6546

def mask_mode
  @mask_mode
end

#policy"None", ...

Returns the value of attribute policy.

Returns:

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


6544
6545
6546
# File 'sig/types.rbs', line 6544

def policy
  @policy
end