Class: Aws::Types::DescribeWhatIfForecastResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWhatIfForecastResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
-
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#time_series_replacements_data_source ⇒ Types::TimeSeriesReplacementsDataSource
Returns the value of attribute time_series_replacements_data_source.
-
#time_series_transformations ⇒ ::Array[Types::TimeSeriesTransformation]
Returns the value of attribute time_series_transformations.
-
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
-
#what_if_forecast_arn ⇒ ::String
Returns the value of attribute what_if_forecast_arn.
-
#what_if_forecast_name ⇒ ::String
Returns the value of attribute what_if_forecast_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
681 682 683 |
# File 'sig/types.rbs', line 681 def creation_time @creation_time end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
678 679 680 |
# File 'sig/types.rbs', line 678 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
685 686 687 |
# File 'sig/types.rbs', line 685 def forecast_types @forecast_types end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
682 683 684 |
# File 'sig/types.rbs', line 682 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
680 681 682 |
# File 'sig/types.rbs', line 680 def end |
#status ⇒ ::String
Returns the value of attribute status.
679 680 681 |
# File 'sig/types.rbs', line 679 def status @status end |
#time_series_replacements_data_source ⇒ Types::TimeSeriesReplacementsDataSource
Returns the value of attribute time_series_replacements_data_source.
684 685 686 |
# File 'sig/types.rbs', line 684 def time_series_replacements_data_source @time_series_replacements_data_source end |
#time_series_transformations ⇒ ::Array[Types::TimeSeriesTransformation]
Returns the value of attribute time_series_transformations.
683 684 685 |
# File 'sig/types.rbs', line 683 def time_series_transformations @time_series_transformations end |
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
677 678 679 |
# File 'sig/types.rbs', line 677 def what_if_analysis_arn @what_if_analysis_arn end |
#what_if_forecast_arn ⇒ ::String
Returns the value of attribute what_if_forecast_arn.
676 677 678 |
# File 'sig/types.rbs', line 676 def what_if_forecast_arn @what_if_forecast_arn end |
#what_if_forecast_name ⇒ ::String
Returns the value of attribute what_if_forecast_name.
675 676 677 |
# File 'sig/types.rbs', line 675 def what_if_forecast_name @what_if_forecast_name end |