Class: Aws::ForecastService::Types::WhatIfForecastSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::WhatIfForecastSummary
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Provides a summary of the what-if forecast properties used in the
ListWhatIfForecasts operation. To get the complete set of properties,
call the DescribeWhatIfForecast operation, and provide the
WhatIfForecastArn
that is listed in the summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the what-if forecast was created.
-
#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 what-if forecast.
-
#what_if_analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
-
#what_if_forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if forecast.
-
#what_if_forecast_name ⇒ String
The name of the what-if forecast.
Instance Attribute Details
#creation_time ⇒ Time
When the what-if forecast was created.
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 7163 class WhatIfForecastSummary < Struct.new( :what_if_forecast_arn, :what_if_forecast_name, :what_if_analysis_arn, :status, :message, :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.
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 7163 class WhatIfForecastSummary < Struct.new( :what_if_forecast_arn, :what_if_forecast_name, :what_if_analysis_arn, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
If an error occurred, an informational message about the error.
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 7163 class WhatIfForecastSummary < Struct.new( :what_if_forecast_arn, :what_if_forecast_name, :what_if_analysis_arn, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the what-if forecast. States include:
ACTIVE
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
CREATE_STOPPING
,CREATE_STOPPED
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
Status
of the what-if analysis must be ACTIVE
before you can
access the analysis.
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 7163 class WhatIfForecastSummary < Struct.new( :what_if_forecast_arn, :what_if_forecast_name, :what_if_analysis_arn, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#what_if_analysis_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 7163 class WhatIfForecastSummary < Struct.new( :what_if_forecast_arn, :what_if_forecast_name, :what_if_analysis_arn, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#what_if_forecast_arn ⇒ String
The Amazon Resource Name (ARN) of the what-if forecast.
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 7163 class WhatIfForecastSummary < Struct.new( :what_if_forecast_arn, :what_if_forecast_name, :what_if_analysis_arn, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#what_if_forecast_name ⇒ String
The name of the what-if forecast.
7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 7163 class WhatIfForecastSummary < Struct.new( :what_if_forecast_arn, :what_if_forecast_name, :what_if_analysis_arn, :status, :message, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |