Class: Aws::Braket::Types::S3DataSource

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

Overview

Information about the Amazon S3 storage used by the Amazon Braket hybrid job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

Depending on the value specified for the ‘S3DataType`, identifies either a key name prefix or a manifest that locates the S3 data source.

Returns:

  • (String)


1233
1234
1235
1236
1237
# File 'lib/aws-sdk-braket/types.rb', line 1233

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