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

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

Overview

The assessment for a Personally 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.



2574
2575
2576
2577
2578
2579
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2574

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

#regexesArray<Types::GuardrailRegexFilter>

The regex queries in the assessment.

Returns:



2574
2575
2576
2577
2578
2579
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2574

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