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
- Struct
- Aws::MachineLearning::Types::GetDataSourceInput
- 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
-
#data_source_id ⇒ String
The ID assigned to the
DataSource
at creation. -
#verbose ⇒ Boolean
Specifies whether the
GetDataSource
operation should returnDataSourceSchema
.
Instance Attribute Details
#data_source_id ⇒ String
The ID assigned to the DataSource
at creation.
#verbose ⇒ Boolean
Specifies whether the GetDataSource
operation should return
DataSourceSchema
.
If true, DataSourceSchema
is returned.
If false, DataSourceSchema
is not returned.