Class: Aws::ForecastService::Types::DescribeForecastExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DescribeForecastExportJobResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the forecast export job was created.
-
#destination ⇒ Types::DataDestination
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
-
#forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the exported forecast.
-
#forecast_export_job_arn ⇒ String
The ARN of the forecast export job.
-
#forecast_export_job_name ⇒ String
The name of the forecast export job.
-
#last_modification_time ⇒ Time
The last time the resource was modified.
-
#message ⇒ String
If an error occurred, an informational message about the error.
-
#status ⇒ String
The status of the forecast export job.
Instance Attribute Details
#creation_time ⇒ Time
When the forecast export job was created.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#destination ⇒ Types::DataDestination
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the exported forecast.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#forecast_export_job_arn ⇒ String
The ARN of the forecast export job.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#forecast_export_job_name ⇒ String
The name of the forecast export job.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING
- TheCreationTime
.CREATE_IN_PROGRESS
- The current timestamp.CREATE_STOPPING
- The current timestamp.CREATE_STOPPED
- When the job stopped.ACTIVE
orCREATE_FAILED
- When the job finished or failed.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
If an error occurred, an informational message about the error.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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
Status
of the forecast export job must be ACTIVE
before you
can access the forecast in your S3 bucket.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 3162 class DescribeForecastExportJobResponse < Struct.new( :forecast_export_job_arn, :forecast_export_job_name, :forecast_arn, :destination, :message, :status, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |