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

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

Overview

The S3 data source location.

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 for the data source location.

Returns:

  • (String)


8654
8655
8656
8657
8658
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8654

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