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)


1271
1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1271

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

#matchString

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

Returns:

  • (String)


1271
1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1271

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

#typeString

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

Returns:

  • (String)


1271
1272
1273
1274
1275
1276
1277
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1271

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