Class: Aws::BedrockRuntime::Types::GuardrailChecksSensitiveInformationEntityConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailChecksSensitiveInformationEntityConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The configuration for a single sensitive information entity type to detect.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The PII entity type to detect.
Instance Attribute Details
#type ⇒ String
The PII entity type to detect.
2567 2568 2569 2570 2571 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2567 class GuardrailChecksSensitiveInformationEntityConfig < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |