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
881 |
# File 'sig/client.rbs', line 881
def auto_merging: () -> Types::AutoMerging
|
#domain_name ⇒ ::String
873 |
# File 'sig/client.rbs', line 873
def domain_name: () -> ::String
|
#exporting_location ⇒ Types::ExportingLocation
882 |
# File 'sig/client.rbs', line 882
def exporting_location: () -> Types::ExportingLocation
|
#job_end_time ⇒ ::Time
878 |
# File 'sig/client.rbs', line 878
def job_end_time: () -> ::Time
|
#job_expiration_time ⇒ ::Time
880 |
# File 'sig/client.rbs', line 880
def job_expiration_time: () -> ::Time
|
#job_id ⇒ ::String
874 |
# File 'sig/client.rbs', line 874
def job_id: () -> ::String
|
#job_start_time ⇒ ::Time
877 |
# File 'sig/client.rbs', line 877
def job_start_time: () -> ::Time
|
#job_stats ⇒ Types::JobStats
883 |
# File 'sig/client.rbs', line 883
def job_stats: () -> Types::JobStats
|
#last_updated_at ⇒ ::Time
879 |
# File 'sig/client.rbs', line 879
def last_updated_at: () -> ::Time
|
#message ⇒ ::String
876 |
# File 'sig/client.rbs', line 876
def message: () -> ::String
|
#status ⇒ "PENDING", ...
875 |
# File 'sig/client.rbs', line 875
def status: () -> ("PENDING" | "PREPROCESSING" | "FIND_MATCHING" | "MERGING" | "COMPLETED" | "PARTIAL_SUCCESS" | "FAILED")
|