ListDatasetGroupsResponse
public struct ListDatasetGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of objects that summarize each dataset group’s properties.
Declaration
Swift
public let datasetGroups: [DatasetGroupSummary]?
-
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(datasetGroups: [DatasetGroupSummary]? = nil, nextToken: String? = nil)