Class: Aws::BedrockAgentRuntime::Types::GuardrailManagedWord

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

Overview

The managed 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 managed word filter in the Guardrail.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3389

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

#matchString

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

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3389

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

#typeString

The type details for the managed word filter in the Guardrail.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3389

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