Module: Aws::IoTSiteWise::Client::_DescribeDatasetExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDatasetExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completed_at ⇒ ::Time
- #destination_s3_uri ⇒ ::String
- #error_report_location ⇒ Types::ExportErrorReportLocation
- #input ⇒ Types::ProcessingInput
- #job_id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "SUBMITTED", ...
- #workspace_name ⇒ ::String
Instance Method Details
#completed_at ⇒ ::Time
1234 |
# File 'sig/client.rbs', line 1234
def completed_at: () -> ::Time
|
#destination_s3_uri ⇒ ::String
1235 |
# File 'sig/client.rbs', line 1235
def destination_s3_uri: () -> ::String
|
#error_report_location ⇒ Types::ExportErrorReportLocation
1236 |
# File 'sig/client.rbs', line 1236
def error_report_location: () -> Types::ExportErrorReportLocation
|
#input ⇒ Types::ProcessingInput
1237 |
# File 'sig/client.rbs', line 1237
def input: () -> Types::ProcessingInput
|
#job_id ⇒ ::String
1230 |
# File 'sig/client.rbs', line 1230
def job_id: () -> ::String
|
#started_at ⇒ ::Time
1233 |
# File 'sig/client.rbs', line 1233
def started_at: () -> ::Time
|
#status ⇒ "SUBMITTED", ...
1232 |
# File 'sig/client.rbs', line 1232
def status: () -> ("SUBMITTED" | "RUNNING" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED")
|
#workspace_name ⇒ ::String
1231 |
# File 'sig/client.rbs', line 1231
def workspace_name: () -> ::String
|