Module: Aws::CustomerProfiles::Client::_GetIdentityResolutionJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdentityResolutionJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_merging ⇒ Types::AutoMerging
- #domain_name ⇒ ::String
- #exporting_location ⇒ Types::ExportingLocation
- #job_end_time ⇒ ::Time
- #job_expiration_time ⇒ ::Time
- #job_id ⇒ ::String
- #job_start_time ⇒ ::Time
- #job_stats ⇒ Types::JobStats
- #last_updated_at ⇒ ::Time
- #message ⇒ ::String
- #status ⇒ "PENDING", ...
Instance Method Details
#auto_merging ⇒ Types::AutoMerging
849 |
# File 'sig/client.rbs', line 849
def auto_merging: () -> Types::AutoMerging
|
#domain_name ⇒ ::String
841 |
# File 'sig/client.rbs', line 841
def domain_name: () -> ::String
|
#exporting_location ⇒ Types::ExportingLocation
850 |
# File 'sig/client.rbs', line 850
def exporting_location: () -> Types::ExportingLocation
|
#job_end_time ⇒ ::Time
846 |
# File 'sig/client.rbs', line 846
def job_end_time: () -> ::Time
|
#job_expiration_time ⇒ ::Time
848 |
# File 'sig/client.rbs', line 848
def job_expiration_time: () -> ::Time
|
#job_id ⇒ ::String
842 |
# File 'sig/client.rbs', line 842
def job_id: () -> ::String
|
#job_start_time ⇒ ::Time
845 |
# File 'sig/client.rbs', line 845
def job_start_time: () -> ::Time
|
#job_stats ⇒ Types::JobStats
851 |
# File 'sig/client.rbs', line 851
def job_stats: () -> Types::JobStats
|
#last_updated_at ⇒ ::Time
847 |
# File 'sig/client.rbs', line 847
def last_updated_at: () -> ::Time
|
#message ⇒ ::String
844 |
# File 'sig/client.rbs', line 844
def message: () -> ::String
|
#status ⇒ "PENDING", ...
843 |
# File 'sig/client.rbs', line 843
def status: () -> ("PENDING" | "PREPROCESSING" | "FIND_MATCHING" | "MERGING" | "COMPLETED" | "PARTIAL_SUCCESS" | "FAILED")
|