Module: Aws::EntityResolution::Client::_GetIdMappingJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdMappingJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_time ⇒ ::Time
- #error_details ⇒ Types::ErrorDetails
- #job_id ⇒ ::String
- #job_type ⇒ "BATCH", ...
- #metrics ⇒ Types::IdMappingJobMetrics
- #output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
- #start_time ⇒ ::Time
- #status ⇒ "RUNNING", ...
Instance Method Details
#end_time ⇒ ::Time
311 |
# File 'sig/client.rbs', line 311 def end_time: () -> ::Time |
#error_details ⇒ Types::ErrorDetails
313 |
# File 'sig/client.rbs', line 313 def error_details: () -> Types::ErrorDetails |
#job_id ⇒ ::String
308 |
# File 'sig/client.rbs', line 308 def job_id: () -> ::String |
#job_type ⇒ "BATCH", ...
315 |
# File 'sig/client.rbs', line 315 def job_type: () -> ("BATCH" | "INCREMENTAL" | "DELETE_ONLY") |
#metrics ⇒ Types::IdMappingJobMetrics
312 |
# File 'sig/client.rbs', line 312 def metrics: () -> Types::IdMappingJobMetrics |
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
314 |
# File 'sig/client.rbs', line 314 def output_source_config: () -> ::Array[Types::IdMappingJobOutputSource] |
#start_time ⇒ ::Time
310 |
# File 'sig/client.rbs', line 310 def start_time: () -> ::Time |
#status ⇒ "RUNNING", ...
309 |
# File 'sig/client.rbs', line 309 def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED") |