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.
5076 5077 5078 5079 5080 5081 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5076 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.
5076 5077 5078 5079 5080 5081 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5076 class ListForecastsResponse < Struct.new( :forecasts, :next_token) SENSITIVE = [] include Aws::Structure end |