Class: Aws::BedrockRuntime::Types::GuardrailSensitiveInformationPolicyAssessment

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

Overview

The assessment for aPersonally Identifiable Information (PII) policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pii_entitiesArray<Types::GuardrailPiiEntityFilter>

The PII entities in the assessment.



1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1123

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

#regexesArray<Types::GuardrailRegexFilter>

The regex queries in the assessment.

Returns:



1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1123

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