Class: Aws::Bedrock::Types::GuardrailPiiEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailPiiEntity
- Includes:
- Structure
- Defined in:
- 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.
3394 3395 3396 3397 3398 3399 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3394 class GuardrailPiiEntity < Struct.new( :type, :action) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of PII entity. For example, Social Security Number.
3394 3395 3396 3397 3398 3399 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3394 class GuardrailPiiEntity < Struct.new( :type, :action) SENSITIVE = [] include Aws::Structure end |