Class: Aws::BedrockRuntime::Types::GuardrailChecksSensitiveInformationConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entitiesArray<Types::GuardrailChecksSensitiveInformationEntityConfig>

The sensitive information entity types to detect.



2570
2571
2572
2573
2574
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2570

class GuardrailChecksSensitiveInformationConfig < Struct.new(
  :entities)
  SENSITIVE = []
  include Aws::Structure
end