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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the forecast export job was created.

Returns:

  • (Time)


4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4403

class ForecastExportJobSummary < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::DataDestination

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



4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4403

class ForecastExportJobSummary < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#forecast_export_job_arnString

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

Returns:

  • (String)


4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4403

class ForecastExportJobSummary < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#forecast_export_job_nameString

The name of the forecast export job.

Returns:

  • (String)


4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4403

class ForecastExportJobSummary < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.

  • CREATE_IN_PROGRESS - The current timestamp.

  • CREATE_STOPPING - The current timestamp.

  • CREATE_STOPPED - When the job stopped.

  • ACTIVE or CREATE_FAILED - When the job finished or failed.

Returns:

  • (Time)


4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4403

class ForecastExportJobSummary < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

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

Returns:

  • (String)


4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4403

class ForecastExportJobSummary < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the forecast export job. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • CREATE_STOPPING, CREATE_STOPPED

  • 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)


4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4403

class ForecastExportJobSummary < Struct.new(
  :forecast_export_job_arn,
  :forecast_export_job_name,
  :destination,
  :status,
  :message,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end