Class: Aws::BedrockAgent::Types::TextContentDoc

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

Overview

Contains information about content defined inline in text.

Constant Summary collapse

SENSITIVE =
[:data]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The text of the content.



10123
10124
10125
10126
10127
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10123

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