Class: Aws::BedrockAgentRuntime::Types::GuardrailPiiEntityFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The Guardrail filter to identify and remove personally identifiable information (PII).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action of the Guardrail filter to identify and remove PII.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
2675
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2669

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

#matchString

The match to settings in the Guardrail filter to identify and remove PII.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
2675
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2669

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

#typeString

The type of PII the Guardrail filter has identified and removed.

Returns:

  • (String)


2669
2670
2671
2672
2673
2674
2675
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2669

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