Module: Aws::SESV2::Client::_GetImportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completed_timestamp ⇒ ::Time
- #created_timestamp ⇒ ::Time
- #failed_records_count ⇒ ::Integer
- #failure_info ⇒ Types::FailureInfo
- #import_data_source ⇒ Types::ImportDataSource
- #import_destination ⇒ Types::ImportDestination
- #job_id ⇒ ::String
- #job_status ⇒ "CREATED", ...
- #processed_records_count ⇒ ::Integer
Instance Method Details
#completed_timestamp ⇒ ::Time
816 |
# File 'sig/client.rbs', line 816
def completed_timestamp: () -> ::Time
|
#created_timestamp ⇒ ::Time
815 |
# File 'sig/client.rbs', line 815
def created_timestamp: () -> ::Time
|
#failed_records_count ⇒ ::Integer
818 |
# File 'sig/client.rbs', line 818
def failed_records_count: () -> ::Integer
|
#failure_info ⇒ Types::FailureInfo
813 |
# File 'sig/client.rbs', line 813
def failure_info: () -> Types::FailureInfo
|
#import_data_source ⇒ Types::ImportDataSource
812 |
# File 'sig/client.rbs', line 812
def import_data_source: () -> Types::ImportDataSource
|
#import_destination ⇒ Types::ImportDestination
811 |
# File 'sig/client.rbs', line 811
def import_destination: () -> Types::ImportDestination
|
#job_id ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def job_id: () -> ::String
|
#job_status ⇒ "CREATED", ...
814 |
# File 'sig/client.rbs', line 814
def job_status: () -> ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
#processed_records_count ⇒ ::Integer
817 |
# File 'sig/client.rbs', line 817
def processed_records_count: () -> ::Integer
|