ListDatasetsResponse
public struct ListDatasetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of objects that summarize each dataset’s properties.
Declaration
Swift
public let datasets: [DatasetSummary]? -
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(datasets: [DatasetSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListDatasetsResponse Structure Reference