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

Class: Aws::MachineLearning::Types::GetDataSourceInput

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

Overview

Note:

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

{
  data_source_id: "EntityId", # required
  verbose: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The ID assigned to the DataSource at creation.

Returns:

  • (String)

    The ID assigned to the DataSource at creation.

#verboseBoolean

Specifies whether the GetDataSource operation should return DataSourceSchema.

If true, DataSourceSchema is returned.

If false, DataSourceSchema is not returned.

Returns:

  • (Boolean)

    Specifies whether the GetDataSource operation should return DataSourceSchema.