Class: Aws::BedrockRuntime::Types::GuardrailManagedWord

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

A managed word configured in a guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action for the managed word.



2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584

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

#detectedBoolean

Indicates whether managed word content that breaches the guardrail configuration is detected.



2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584

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

#matchString

The match for the managed word.



2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584

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

#typeString

The type for the managed word.



2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2584

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