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 data stored in Amazon S3 used by the Amazon Braket 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)


1115
1116
1117
1118
1119
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1115

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