Class: Aws::BedrockAgentRuntime::Types::S3ObjectFile

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

Overview

Contains details of the s3 object where the source file is located.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The uri of the s3 object.

Returns:

  • (String)


3462
3463
3464
3465
3466
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3462

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