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.



2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2026

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

#regexesArray<Types::GuardrailRegexFilter>

The regex queries in the assessment.

Returns:



2026
2027
2028
2029
2030
2031
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2026

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