Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningInputTextReference

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

Overview

References a portion of the original input text that corresponds to logical elements.

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The specific text from the original input that this reference points to.

Returns:

  • (String)


1621
1622
1623
1624
1625
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1621

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