Module: Aws::CustomerProfiles::Client::_GetUploadJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUploadJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completed_at ⇒ ::Time
- #created_at ⇒ ::Time
- #data_expiry ⇒ ::Integer
- #display_name ⇒ ::String
- #fields ⇒ ::Hash[::String, Types::ObjectTypeField]
- #job_id ⇒ ::String
- #results_summary ⇒ Types::ResultsSummary
- #status ⇒ "CREATED", ...
- #status_reason ⇒ "VALIDATION_FAILURE", "INTERNAL_FAILURE"
- #unique_key ⇒ ::String
Instance Method Details
#completed_at ⇒ ::Time
1223 |
# File 'sig/client.rbs', line 1223 def completed_at: () -> ::Time |
#created_at ⇒ ::Time
1222 |
# File 'sig/client.rbs', line 1222 def created_at: () -> ::Time |
#data_expiry ⇒ ::Integer
1227 |
# File 'sig/client.rbs', line 1227 def data_expiry: () -> ::Integer |
#display_name ⇒ ::String
1219 |
# File 'sig/client.rbs', line 1219 def display_name: () -> ::String |
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
1224 |
# File 'sig/client.rbs', line 1224 def fields: () -> ::Hash[::String, Types::ObjectTypeField] |
#job_id ⇒ ::String
1218 |
# File 'sig/client.rbs', line 1218 def job_id: () -> ::String |
#results_summary ⇒ Types::ResultsSummary
1226 |
# File 'sig/client.rbs', line 1226 def results_summary: () -> Types::ResultsSummary |
#status ⇒ "CREATED", ...
1220 |
# File 'sig/client.rbs', line 1220 def status: () -> ("CREATED" | "IN_PROGRESS" | "PARTIALLY_SUCCEEDED" | "SUCCEEDED" | "FAILED" | "STOPPED") |
#status_reason ⇒ "VALIDATION_FAILURE", "INTERNAL_FAILURE"
1221 |
# File 'sig/client.rbs', line 1221 def status_reason: () -> ("VALIDATION_FAILURE" | "INTERNAL_FAILURE") |
#unique_key ⇒ ::String
1225 |
# File 'sig/client.rbs', line 1225 def unique_key: () -> ::String |