Class: Aws::ForecastService::Types::ListWhatIfForecastExportsResponse

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 response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


5498
5499
5500
5501
5502
5503
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5498

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

#what_if_forecast_exportsArray<Types::WhatIfForecastExportSummary>

An array of WhatIfForecastExports objects that describe the matched forecast exports.



5498
5499
5500
5501
5502
5503
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5498

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