Class: Aws::ForecastService::Types::WhatIfForecastSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

When the what-if forecast was created.

Returns:

  • (Time)


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


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

#messageString

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

Returns:

  • (String)


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

#statusString

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

The Status of the what-if analysis must be ACTIVE before you can access the analysis.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the what-if forecast.

Returns:

  • (String)


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_nameString

The name of the what-if forecast.

Returns:

  • (String)


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