DescribeDataSourcesOutput
public struct DescribeDataSourcesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An ID of the next page in the paginated results that indicates at least one more page follows.
Declaration
Swift
public let nextToken: String? -
A list of DataSource that meet the search criteria.
Declaration
Swift
public let results: [DataSource]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, results: [DataSource]? = nil)
View on GitHub
DescribeDataSourcesOutput Structure Reference