Class: Aws::BedrockAgentRuntime::Types::S3ObjectDoc

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

Overview

The unique wrapper object of the document from the S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The file location of the S3 wrapper object.

Returns:

  • (String)


2221
2222
2223
2224
2225
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2221

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