Class: Aws::BedrockAgentRuntime::Types::GuardrailCustomWord

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

Overview

The custom word details for the filter in the Guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action details for the custom word filter in the Guardrail.

Returns:

  • (String)


2079
2080
2081
2082
2083
2084
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2079

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

#matchString

The match details for the custom word filter in the Guardrail.

Returns:

  • (String)


2079
2080
2081
2082
2083
2084
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2079

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