ListForecastsResponse

public struct ListForecastsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of objects that summarize each forecast’s properties.

    Declaration

    Swift

    public let forecasts: [ForecastSummary]?
  • 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(forecasts: [ForecastSummary]? = nil, nextToken: String? = nil)