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
show all
Defined in:
(unknown)

Overview

Information about a data source.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the data source.

Returns:

  • (String)

    The name of the data source.

#s3_bucketString

The S3 bucket where the data files are located.

Returns:

  • (String)

    The S3 bucket where the data files are located.

#s3_keysArray<Types::S3KeyOutput>

The list of S3 keys identifying the data source files.

Returns: