Module: Aws::ForecastService::Client::_DescribeWhatIfAnalysisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeWhatIfAnalysisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #estimated_time_remaining_in_minutes ⇒ ::Integer
- #forecast_arn ⇒ ::String
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #status ⇒ ::String
- #time_series_selector ⇒ Types::TimeSeriesSelector
- #what_if_analysis_arn ⇒ ::String
- #what_if_analysis_name ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
868 |
# File 'sig/client.rbs', line 868
def creation_time: () -> ::Time
|
#estimated_time_remaining_in_minutes ⇒ ::Integer
865 |
# File 'sig/client.rbs', line 865
def estimated_time_remaining_in_minutes: () -> ::Integer
|
#forecast_arn ⇒ ::String
864 |
# File 'sig/client.rbs', line 864
def forecast_arn: () -> ::String
|
#last_modification_time ⇒ ::Time
869 |
# File 'sig/client.rbs', line 869
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
867 |
# File 'sig/client.rbs', line 867
def message: () -> ::String
|
#status ⇒ ::String
866 |
# File 'sig/client.rbs', line 866
def status: () -> ::String
|
#time_series_selector ⇒ Types::TimeSeriesSelector
870 |
# File 'sig/client.rbs', line 870
def time_series_selector: () -> Types::TimeSeriesSelector
|
#what_if_analysis_arn ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def what_if_analysis_arn: () -> ::String
|
#what_if_analysis_name ⇒ ::String
862 |
# File 'sig/client.rbs', line 862
def what_if_analysis_name: () -> ::String
|