Class: Aws::BedrockAgentRuntime::Types::RetrievalResultS3Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrievalResultS3Location
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The S3 data source location.
This data type is used in the following API operations:
Retrieve response – in the
s3Location
fieldRetrieveAndGenerate response – in the
s3Location
fieldInvokeAgent response – in the
s3Location
field
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uri ⇒ String
The S3 URI for the data source location.
Instance Attribute Details
#uri ⇒ String
The S3 URI for the data source location.
4180 4181 4182 4183 4184 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4180 class RetrievalResultS3Location < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |