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

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

Returns:

  • (String)


9375
9376
9377
9378
9379
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9375

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