Class: Aws::BedrockAgentRuntime::Types::GuardrailSensitiveInformationPolicyAssessment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The details of the sensitive policy assessment used in the Guardrail.

Constant Summary collapse

SENSITIVE =
[:pii_entities, :regexes]

Instance Attribute Summary collapse

Instance Attribute Details

#pii_entitiesArray<Types::GuardrailPiiEntityFilter>

The details of the PII entities used in the sensitive policy assessment for the Guardrail.



2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2259

class GuardrailSensitiveInformationPolicyAssessment < Struct.new(
  :pii_entities,
  :regexes)
  SENSITIVE = [:pii_entities, :regexes]
  include Aws::Structure
end

#regexesArray<Types::GuardrailRegexFilter>

The details of the regexes used in the sensitive policy assessment for the Guardrail.

Returns:



2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2259

class GuardrailSensitiveInformationPolicyAssessment < Struct.new(
  :pii_entities,
  :regexes)
  SENSITIVE = [:pii_entities, :regexes]
  include Aws::Structure
end