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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/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)


1198
1199
1200
1201
1202
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1198

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