Class: Aws::BedrockRuntime::Types::GuardrailChecksSensitiveInformationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailChecksSensitiveInformationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The configuration for the sensitive information check, specifying which entity types to detect.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::GuardrailChecksSensitiveInformationEntityConfig>
The sensitive information entity types to detect.
Instance Attribute Details
#entities ⇒ Array<Types::GuardrailChecksSensitiveInformationEntityConfig>
The sensitive information entity types to detect.
2552 2553 2554 2555 2556 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2552 class GuardrailChecksSensitiveInformationConfig < Struct.new( :entities) SENSITIVE = [] include Aws::Structure end |