Class: Aws::ForecastService::Types::ListForecastsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListForecastsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#forecasts ⇒ Array<Types::ForecastSummary>
An array of objects that summarize each forecast's properties.
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
Instance Attribute Details
#forecasts ⇒ Array<Types::ForecastSummary>
An array of objects that summarize each forecast's properties.
5174 5175 5176 5177 5178 5179 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5174 class ListForecastsResponse < Struct.new( :forecasts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
5174 5175 5176 5177 5178 5179 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5174 class ListForecastsResponse < Struct.new( :forecasts, :next_token) SENSITIVE = [] include Aws::Structure end |