ListDataSourcesResponse
public struct ListDataSourcesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The DataSource objects.
Declaration
Swift
public let dataSources: [DataSource]? -
An identifier to be passed in the next request to this operation to return the next set of items in the list.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(dataSources: [DataSource]? = nil, nextToken: String? = nil)
View on GitHub
ListDataSourcesResponse Structure Reference