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