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
1158 |
# File 'sig/client.rbs', line 1158
def completed_at: () -> ::Time
|
#created_at ⇒ ::Time
1157 |
# File 'sig/client.rbs', line 1157
def created_at: () -> ::Time
|
#data_expiry ⇒ ::Integer
1162 |
# File 'sig/client.rbs', line 1162
def data_expiry: () -> ::Integer
|
#display_name ⇒ ::String
1154 |
# File 'sig/client.rbs', line 1154
def display_name: () -> ::String
|
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
1159 |
# File 'sig/client.rbs', line 1159
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
#job_id ⇒ ::String
1153 |
# File 'sig/client.rbs', line 1153
def job_id: () -> ::String
|
#results_summary ⇒ Types::ResultsSummary
1161 |
# File 'sig/client.rbs', line 1161
def results_summary: () -> Types::ResultsSummary
|
#status ⇒ "CREATED", ...
1155 |
# File 'sig/client.rbs', line 1155
def status: () -> ("CREATED" | "IN_PROGRESS" | "PARTIALLY_SUCCEEDED" | "SUCCEEDED" | "FAILED" | "STOPPED")
|
#status_reason ⇒ "VALIDATION_FAILURE", "INTERNAL_FAILURE"
1156 |
# File 'sig/client.rbs', line 1156
def status_reason: () -> ("VALIDATION_FAILURE" | "INTERNAL_FAILURE")
|
#unique_key ⇒ ::String
1160 |
# File 'sig/client.rbs', line 1160
def unique_key: () -> ::String
|