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)


1248
1249
1250
1251
1252
1253
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1248

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)


1248
1249
1250
1251
1252
1253
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1248

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