Class: Aws::ForecastService::Types::ListWhatIfForecastExportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListWhatIfForecastExportsResponse
- 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_forecast_exports ⇒ Array<Types::WhatIfForecastExportSummary>
An array of
WhatIfForecastExports
objects that describe the matched forecast exports.
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.
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_exports ⇒ Array<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 |