Class: Aws::BedrockAgent::Types::TextContentDoc
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::TextContentDoc
- 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
-
#data ⇒ String
The text of the content.
Instance Attribute Details
#data ⇒ String
The text of the content.
10644 10645 10646 10647 10648 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 10644 class TextContentDoc < Struct.new( :data) SENSITIVE = [:data] include Aws::Structure end |