Class: Aws::BedrockAgentRuntime::Types::RetrievalResultS3Location

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

Overview

Contains the S3 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

#uriString

The S3 URI of the data source.

Returns:

  • (String)


2007
2008
2009
2010
2011
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2007

class RetrievalResultS3Location < Struct.new(
  :uri)
  SENSITIVE = []
  include Aws::Structure
end