Class: Aws::ForecastService::Types::ListForecastExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListForecastExportJobsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#forecast_export_jobs ⇒ Array<Types::ForecastExportJobSummary>
An array of objects that summarize each export job's properties.
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
Instance Attribute Details
#forecast_export_jobs ⇒ Array<Types::ForecastExportJobSummary>
An array of objects that summarize each export job's properties.
5096 5097 5098 5099 5100 5101 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5096 class ListForecastExportJobsResponse < Struct.new( :forecast_export_jobs, :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.
5096 5097 5098 5099 5100 5101 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5096 class ListForecastExportJobsResponse < Struct.new( :forecast_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |