class Aws::MachineLearning::Types::GetDataSourceInput

@note When making an API call, you may pass GetDataSourceInput

data as a hash:

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

@!attribute [rw] data_source_id

The ID assigned to the `DataSource` at creation.
@return [String]

@!attribute [rw] verbose

Specifies whether the `GetDataSource` operation should return
`DataSourceSchema`.

If true, `DataSourceSchema` is returned.

If false, `DataSourceSchema` is not returned.
@return [Boolean]

Constants

SENSITIVE