DescribeForecastExportJobResponse class
Constructors
- DescribeForecastExportJobResponse({DateTime? creationTime, DataDestination? destination, String? forecastArn, String? forecastExportJobArn, String? forecastExportJobName, DateTime? lastModificationTime, String? message, String? status})
-
DescribeForecastExportJobResponse.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
- forecastArn → String?
-
The Amazon Resource Name (ARN) of the exported forecast.
final
- forecastExportJobArn → String?
-
The 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