Class: Aws::Bedrock::Types::GuardrailPiiEntity

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The configured guardrail action when PII entity is detected.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1836

class GuardrailPiiEntity < Struct.new(
  :type,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of PII entity. For example, Social Security Number.

Returns:

  • (String)


1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1836

class GuardrailPiiEntity < Struct.new(
  :type,
  :action)
  SENSITIVE = []
  include Aws::Structure
end