Class: Aws::Bedrock::Types::AutomatedReasoningCheckInputTextReference

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/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)


244
245
246
247
248
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 244

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