AWSMachineLearningDescribeDataSourcesOutput
Objective-C
@interface AWSMachineLearningDescribeDataSourcesOutput
Swift
class AWSMachineLearningDescribeDataSourcesOutput
Represents the query results from a DescribeDataSources operation. The content is essentially a list of DataSource
.
-
An ID of the next page in the paginated results that indicates at least one more page follows.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
A list of
DataSource
that meet the search criteria.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSMachineLearningDataSource *> *_Nullable results;
Swift
var results: [AWSMachineLearningDataSource]? { get set }