Class: Aws::Braket::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::DataSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Information about the source of the data used by the Amazon Braket job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_data_source ⇒ Types::S3DataSource
Information about the data stored in Amazon S3 used by the Amazon Braket job.
Instance Attribute Details
#s3_data_source ⇒ Types::S3DataSource
Information about the data stored in Amazon S3 used by the Amazon Braket job.
346 347 348 349 350 |
# File 'lib/aws-sdk-braket/types.rb', line 346 class DataSource < Struct.new( :s3_data_source) SENSITIVE = [] include Aws::Structure end |