Class: Aws::BedrockAgentRuntime::Types::RetrievalResultLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains information about the location of the data source.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::RetrievalResultS3Location

Contains the S3 location of the data source.



2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2334

class RetrievalResultLocation < Struct.new(
  :s3_location,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the location of the data source.

Returns:

  • (String)


2334
2335
2336
2337
2338
2339
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2334

class RetrievalResultLocation < Struct.new(
  :s3_location,
  :type)
  SENSITIVE = []
  include Aws::Structure
end