Class: Aws::ForecastService::Types::ListWhatIfForecastsResponse

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

#next_tokenString

If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next
 request. Tokens expire after 24 hours.

Returns:

  • (String)


5566
5567
5568
5569
5570
5571
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5566

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

#what_if_forecastsArray<Types::WhatIfForecastSummary>

An array of WhatIfForecasts objects that describe the matched forecasts.

Returns:



5566
5567
5568
5569
5570
5571
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5566

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