Class: Aws::ForecastService::Types::ListWhatIfAnalysesResponse

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)


5431
5432
5433
5434
5435
5436
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5431

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

#what_if_analysesArray<Types::WhatIfAnalysisSummary>

An array of WhatIfAnalysisSummary objects that describe the matched analyses.

Returns:



5431
5432
5433
5434
5435
5436
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5431

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