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.



1885
1886
1887
1888
1889
1890
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1885

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

#typeString

The type of the location of the data source.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1885

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