You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::DataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DataSource
- Defined in:
- (unknown)
Overview
Information about a data source.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the data source.
-
#s3_bucket ⇒ String
The S3 bucket where the data files are located.
-
#s3_keys ⇒ Array<Types::S3KeyOutput>
The list of S3 keys identifying the data source files.
Instance Attribute Details
#name ⇒ String
The name of the data source.
#s3_bucket ⇒ String
The S3 bucket where the data files are located.
#s3_keys ⇒ Array<Types::S3KeyOutput>
The list of S3 keys identifying the data source files.