Class: Aws::BedrockRuntime::Types::SearchResultContentBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::SearchResultContentBlock
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
A block within a search result that contains the content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The actual text content.
Instance Attribute Details
#text ⇒ String
The actual text content
4024 4025 4026 4027 4028 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4024 class SearchResultContentBlock < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |