Class: Aws::BedrockRuntime::Types::GuardrailChecksSensitiveInformationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

The sensitive information check results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Types::GuardrailChecksSensitiveInformationResultEntry>

The detected sensitive information entities.



2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2586

class GuardrailChecksSensitiveInformationResult < Struct.new(
  :results,
  :truncated)
  SENSITIVE = []
  include Aws::Structure
end

#truncatedBoolean

Specifies whether the results were truncated because the number of detected entities exceeded the maximum limit.

Returns:

  • (Boolean)


2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2586

class GuardrailChecksSensitiveInformationResult < Struct.new(
  :results,
  :truncated)
  SENSITIVE = []
  include Aws::Structure
end