Class: Aws::Bedrock::Types::S3ObjectDoc

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/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 S3 URI location for the wrapper object of the document.

Returns:

  • (String)


6612
6613
6614
6615
6616
# File 'lib/aws-sdk-bedrock/types.rb', line 6612

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