You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::DataSourceConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DataSourceConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "Name", # required
  s3_bucket: "S3Bucket", # required
  s3_keys: ["S3Key"], # required
}

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<String>

The list of S3 keys identifying the data source files.

Returns:

  • (Array<String>)

    The list of S3 keys identifying the data source files.