Module: Aws::ForecastService::Client::_DescribeForecastExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeForecastExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #destination ⇒ Types::DataDestination
- #forecast_arn ⇒ ::String
- #forecast_export_job_arn ⇒ ::String
- #forecast_export_job_name ⇒ ::String
- #format ⇒ ::String
- #last_modification_time ⇒ ::Time
- #message ⇒ ::String
- #status ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
779 |
# File 'sig/client.rbs', line 779
def creation_time: () -> ::Time
|
#destination ⇒ Types::DataDestination
776 |
# File 'sig/client.rbs', line 776
def destination: () -> Types::DataDestination
|
#forecast_arn ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def forecast_arn: () -> ::String
|
#forecast_export_job_arn ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def forecast_export_job_arn: () -> ::String
|
#forecast_export_job_name ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def forecast_export_job_name: () -> ::String
|
#format ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def format: () -> ::String
|
#last_modification_time ⇒ ::Time
780 |
# File 'sig/client.rbs', line 780
def last_modification_time: () -> ::Time
|
#message ⇒ ::String
777 |
# File 'sig/client.rbs', line 777
def message: () -> ::String
|
#status ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def status: () -> ::String
|