ForecastExportJobSummary
public struct ForecastExportJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When the forecast export job was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
Declaration
Swift
public let destination: DataDestination?
-
The Amazon Resource Name (ARN) of the forecast export job.
Declaration
Swift
public let forecastExportJobArn: String?
-
The name of the forecast export job.
Declaration
Swift
public let forecastExportJobName: String?
-
When the last successful export job finished.
Declaration
Swift
public let lastModificationTime: TimeStamp?
-
If an error occurred, an informational message about the error.
Declaration
Swift
public let message: String?
-
The status of the forecast export job. States include: ACTIVE CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED The Status of the forecast export job must be ACTIVE before you can access the forecast in your S3 bucket.
Declaration
Swift
public let status: String?
-
init(creationTime:destination:forecastExportJobArn:forecastExportJobName:lastModificationTime:message:status:)
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, destination: DataDestination? = nil, forecastExportJobArn: String? = nil, forecastExportJobName: String? = nil, lastModificationTime: TimeStamp? = nil, message: String? = nil, status: String? = nil)