Class: Aws::Types::GuardrailPiiEntityConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action"BLOCK", "ANONYMIZE"

Returns the value of attribute action.

Returns:



1483
1484
1485
# File 'sig/types.rbs', line 1483

def action
  @action
end

#type"ADDRESS", ...

Returns the value of attribute type.

Returns:



1482
1483
1484
# File 'sig/types.rbs', line 1482

def type
  @type
end