Class: Aws::BedrockAgentRuntime::Types::GuardrailSensitiveInformationPolicyAssessment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailSensitiveInformationPolicyAssessment
- 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
-
#pii_entities ⇒ Array<Types::GuardrailPiiEntityFilter>
The details of the PII entities used in the sensitive policy assessment for the Guardrail.
-
#regexes ⇒ Array<Types::GuardrailRegexFilter>
The details of the regexes used in the sensitive policy assessment for the Guardrail.
Instance Attribute Details
#pii_entities ⇒ Array<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 |
#regexes ⇒ Array<Types::GuardrailRegexFilter>
The details of the regexes 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 |