You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::ForecastExportJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the forecast export job was created.

Returns:

  • (Time)

    When the forecast export job was created.

#destinationTypes::DataDestination

The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

Returns:

  • (Types::DataDestination)

    The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

#forecast_export_job_arnString

The Amazon Resource Name (ARN) of the forecast export job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the forecast export job.

#forecast_export_job_nameString

The name of the forecast export job.

Returns:

  • (String)

    The name of the forecast export job.

#last_modification_timeTime

When the last successful export job finished.

Returns:

  • (Time)

    When the last successful export job finished.

#messageString

If an error occurred, an informational message about the error.

Returns:

  • (String)

    If an error occurred, an informational message about the error.

#statusString

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.

Returns:

  • (String)

    The status of the forecast export job.