Class: Aws::Types::GuardrailPiiEntityConfig
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailPiiEntityConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "BLOCK", "ANONYMIZE"
Returns the value of attribute action.
-
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ "BLOCK", "ANONYMIZE"
Returns the value of attribute action.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def action @action end |
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def type @type end |