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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



327
328
329
330
331
# File 'lib/aws-sdk-bedrock/types.rb', line 327

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