Class: Aws::Types::DescribeWhatIfAnalysisResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWhatIfAnalysisResponse
- 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_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#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_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
-
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
-
#what_if_analysis_name ⇒ ::String
Returns the value of attribute what_if_analysis_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
644 645 646 |
# File 'sig/types.rbs', line 644 def creation_time @creation_time end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
641 642 643 |
# File 'sig/types.rbs', line 641 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
640 641 642 |
# File 'sig/types.rbs', line 640 def forecast_arn @forecast_arn end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
645 646 647 |
# File 'sig/types.rbs', line 645 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
643 644 645 |
# File 'sig/types.rbs', line 643 def end |
#status ⇒ ::String
Returns the value of attribute status.
642 643 644 |
# File 'sig/types.rbs', line 642 def status @status end |
#time_series_selector ⇒ Types::TimeSeriesSelector
Returns the value of attribute time_series_selector.
646 647 648 |
# File 'sig/types.rbs', line 646 def time_series_selector @time_series_selector end |
#what_if_analysis_arn ⇒ ::String
Returns the value of attribute what_if_analysis_arn.
639 640 641 |
# File 'sig/types.rbs', line 639 def what_if_analysis_arn @what_if_analysis_arn end |
#what_if_analysis_name ⇒ ::String
Returns the value of attribute what_if_analysis_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def what_if_analysis_name @what_if_analysis_name end |