ForecastExportJobSummary class

Provides a summary of the forecast export job properties used in the ListForecastExportJobs operation. To get the complete set of properties, call the DescribeForecastExportJob operation, and provide the listed ForecastExportJobArn.

Constructors

ForecastExportJobSummary({DateTime? creationTime, DataDestination? destination, String? forecastExportJobArn, String? forecastExportJobName, DateTime? lastModificationTime, String? message, String? status})
ForecastExportJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the forecast export job was created.
final
destination DataDestination?
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
final
forecastExportJobArn String?
The Amazon Resource Name (ARN) of the forecast export job.
final
forecastExportJobName String?
The name of the forecast export job.
final
hashCode int
The hash code for this object.
no setterinherited
lastModificationTime DateTime?
When the last successful export job finished.
final
message String?
If an error occurred, an informational message about the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the forecast export job. States include:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited