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.
5013 5014 5015 5016 5017 5018 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5013 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.
5013 5014 5015 5016 5017 5018 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5013 class ListForecastExportJobsResponse < Struct.new( :forecast_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |