Module: Aws::MailManager::Client::_GetAddressListImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAddressListImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #address_list_id ⇒ ::String
- #completed_timestamp ⇒ ::Time
- #created_timestamp ⇒ ::Time
- #failed_items_count ⇒ ::Integer
- #import_data_format ⇒ Types::ImportDataFormat
- #imported_items_count ⇒ ::Integer
- #job_id ⇒ ::String
- #name ⇒ ::String
- #pre_signed_url ⇒ ::String
- #start_timestamp ⇒ ::Time
- #status ⇒ "CREATED", ...
Instance Method Details
#address_list_id ⇒ ::String
396 |
# File 'sig/client.rbs', line 396 def address_list_id: () -> ::String |
#completed_timestamp ⇒ ::Time
399 |
# File 'sig/client.rbs', line 399 def completed_timestamp: () -> ::Time |
#created_timestamp ⇒ ::Time
397 |
# File 'sig/client.rbs', line 397 def created_timestamp: () -> ::Time |
#failed_items_count ⇒ ::Integer
394 |
# File 'sig/client.rbs', line 394 def failed_items_count: () -> ::Integer |
#import_data_format ⇒ Types::ImportDataFormat
395 |
# File 'sig/client.rbs', line 395 def import_data_format: () -> Types::ImportDataFormat |
#imported_items_count ⇒ ::Integer
393 |
# File 'sig/client.rbs', line 393 def imported_items_count: () -> ::Integer |
#job_id ⇒ ::String
389 |
# File 'sig/client.rbs', line 389 def job_id: () -> ::String |
#name ⇒ ::String
390 |
# File 'sig/client.rbs', line 390 def name: () -> ::String |
#pre_signed_url ⇒ ::String
392 |
# File 'sig/client.rbs', line 392 def pre_signed_url: () -> ::String |
#start_timestamp ⇒ ::Time
398 |
# File 'sig/client.rbs', line 398 def start_timestamp: () -> ::Time |
#status ⇒ "CREATED", ...
391 |
# File 'sig/client.rbs', line 391 def status: () -> ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "STOPPED") |