Class: Aws::Bedrock::Types::GuardrailWord

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

Overview

A word configured for the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

Text of the word configured for the guardrail to block.

Returns:

  • (String)


3916
3917
3918
3919
3920
# File 'lib/aws-sdk-bedrock/types.rb', line 3916

class GuardrailWord < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end