Module: Aws::EntityResolution::Client::_GetIdMappingJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetIdMappingJobOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#end_time::Time

Returns:

  • (::Time)


311
# File 'sig/client.rbs', line 311

def end_time: () -> ::Time

#error_detailsTypes::ErrorDetails

Returns:



313
# File 'sig/client.rbs', line 313

def error_details: () -> Types::ErrorDetails

#job_id::String

Returns:

  • (::String)


308
# File 'sig/client.rbs', line 308

def job_id: () -> ::String

#job_type"BATCH", ...

Returns:

  • ("BATCH", "INCREMENTAL", "DELETE_ONLY")


315
# File 'sig/client.rbs', line 315

def job_type: () -> ("BATCH" | "INCREMENTAL" | "DELETE_ONLY")

#metricsTypes::IdMappingJobMetrics



312
# File 'sig/client.rbs', line 312

def metrics: () -> Types::IdMappingJobMetrics

#output_source_config::Array[Types::IdMappingJobOutputSource]

Returns:



314
# File 'sig/client.rbs', line 314

def output_source_config: () -> ::Array[Types::IdMappingJobOutputSource]

#start_time::Time

Returns:

  • (::Time)


310
# File 'sig/client.rbs', line 310

def start_time: () -> ::Time

#status"RUNNING", ...

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "QUEUED")


309
# File 'sig/client.rbs', line 309

def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "QUEUED")