Class: Aws::ForecastService::Types::ListWhatIfAnalysesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListWhatIfAnalysesResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Forecast returns this token.
-
#what_if_analyses ⇒ Array<Types::WhatIfAnalysisSummary>
An array of
WhatIfAnalysisSummary
objects that describe the matched analyses.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.
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_analyses ⇒ Array<Types::WhatIfAnalysisSummary>
An array of WhatIfAnalysisSummary
objects that describe the
matched analyses.
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 |