Class: Aws::BedrockRuntime::Types::GuardrailConverseTextBlock

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

Overview

A text block that contains text that you want to assess with a guardrail. For more information, see GuardrailConverseContentBlock.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text that you want to guard.

Returns:

  • (String)


693
694
695
696
697
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 693

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