Module: Aws::ForecastService::Client::_DescribeWhatIfForecastExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeWhatIfForecastExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #destination ⇒ Types::DataDestination
- #estimated_time_remaining_in_minutes ⇒ ::Integer
- #format ⇒ ::String
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #status ⇒ ::String
- #what_if_forecast_arns ⇒ ::Array[::String]
- #what_if_forecast_export_arn ⇒ ::String
- #what_if_forecast_export_name ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
906 |
# File 'sig/client.rbs', line 906
def creation_time: () -> ::Time
|
#destination ⇒ Types::DataDestination
903 |
# File 'sig/client.rbs', line 903
def destination: () -> Types::DataDestination
|
#estimated_time_remaining_in_minutes ⇒ ::Integer
907 |
# File 'sig/client.rbs', line 907
def estimated_time_remaining_in_minutes: () -> ::Integer
|
#format ⇒ ::String
909 |
# File 'sig/client.rbs', line 909
def format: () -> ::String
|
#last_modification_time ⇒ ::Time
908 |
# File 'sig/client.rbs', line 908
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
904 |
# File 'sig/client.rbs', line 904
def message: () -> ::String
|
#status ⇒ ::String
905 |
# File 'sig/client.rbs', line 905
def status: () -> ::String
|
#what_if_forecast_arns ⇒ ::Array[::String]
902 |
# File 'sig/client.rbs', line 902
def what_if_forecast_arns: () -> ::Array[::String]
|
#what_if_forecast_export_arn ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def what_if_forecast_export_arn: () -> ::String
|
#what_if_forecast_export_name ⇒ ::String
901 |
# File 'sig/client.rbs', line 901
def what_if_forecast_export_name: () -> ::String
|