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.



2552
2553
2554
2555
2556
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2552

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