Module: Aws::EntityResolution::Client::_StartIdMappingJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartIdMappingJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #job_id ⇒ ::String
- #job_type ⇒ "BATCH", ...
- #output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
Instance Method Details
#job_id ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def job_id: () -> ::String
|
#job_type ⇒ "BATCH", ...
580 |
# File 'sig/client.rbs', line 580
def job_type: () -> ("BATCH" | "INCREMENTAL" | "DELETE_ONLY")
|
#output_source_config ⇒ ::Array[Types::IdMappingJobOutputSource]
579 |
# File 'sig/client.rbs', line 579
def output_source_config: () -> ::Array[Types::IdMappingJobOutputSource]
|