Class: Aws::BedrockDataAutomation::Types::PIIEntitiesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::PIIEntitiesConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Configuration for PII entities detection and redaction
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pii_entity_types ⇒ Array<String>
Types of PII entities to detect.
-
#redaction_mask_mode ⇒ String
Mode for redacting detected PII.
Instance Attribute Details
#pii_entity_types ⇒ Array<String>
Types of PII entities to detect
1319 1320 1321 1322 1323 1324 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1319 class PIIEntitiesConfiguration < Struct.new( :pii_entity_types, :redaction_mask_mode) SENSITIVE = [] include Aws::Structure end |
#redaction_mask_mode ⇒ String
Mode for redacting detected PII
1319 1320 1321 1322 1323 1324 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1319 class PIIEntitiesConfiguration < Struct.new( :pii_entity_types, :redaction_mask_mode) SENSITIVE = [] include Aws::Structure end |