Class: Aws::ForecastService::Types::ListForecastsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forecastsArray<Types::ForecastSummary>

An array of objects that summarize each forecast's properties.

Returns:



5076
5077
5078
5079
5080
5081
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5076

class ListForecastsResponse < Struct.new(
  :forecasts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


5076
5077
5078
5079
5080
5081
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5076

class ListForecastsResponse < Struct.new(
  :forecasts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end