Class: Aws::Bedrock::Types::GuardrailPiiEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailPiiEntity
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
The PII entity configured for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The configured guardrail action when PII entity is detected.
-
#type ⇒ String
The type of PII entity.
Instance Attribute Details
#action ⇒ String
The configured guardrail action when PII entity is detected.
2742 2743 2744 2745 2746 2747 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2742 class GuardrailPiiEntity < Struct.new( :type, :action) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of PII entity. For exampvle, Social Security Number.
2742 2743 2744 2745 2746 2747 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2742 class GuardrailPiiEntity < Struct.new( :type, :action) SENSITIVE = [] include Aws::Structure end |