Class: Aws::MachineLearning::Types::DescribeDataSourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DescribeDataSourcesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
Represents the query results from a DescribeDataSources operation. The content is essentially a list of ‘DataSource`.
Instance Attribute Summary collapse
-
#next_token ⇒ String
An ID of the next page in the paginated results that indicates at least one more page follows.
-
#results ⇒ Array<Types::DataSource>
A list of ‘DataSource` that meet the search criteria.
Instance Attribute Details
#next_token ⇒ String
An ID of the next page in the paginated results that indicates at least one more page follows.
1402 1403 1404 1405 1406 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 1402 class DescribeDataSourcesOutput < Struct.new( :results, :next_token) include Aws::Structure end |
#results ⇒ Array<Types::DataSource>
A list of ‘DataSource` that meet the search criteria.
1402 1403 1404 1405 1406 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 1402 class DescribeDataSourcesOutput < Struct.new( :results, :next_token) include Aws::Structure end |