Class: Aws::Braket::Types::DataSource

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

Overview

Information about the source of the input data used by the Amazon Braket hybrid job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::S3DataSource

Amazon S3 path of the input data used by the hybrid job.

Returns:



380
381
382
383
384
# File 'lib/aws-sdk-braket/types.rb', line 380

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