Module: Aws::SESV2::Client::_GetImportJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetImportJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#completed_timestamp::Time

Returns:

  • (::Time)


840
# File 'sig/client.rbs', line 840

def completed_timestamp: () -> ::Time

#created_timestamp::Time

Returns:

  • (::Time)


839
# File 'sig/client.rbs', line 839

def created_timestamp: () -> ::Time

#failed_records_count::Integer

Returns:

  • (::Integer)


842
# File 'sig/client.rbs', line 842

def failed_records_count: () -> ::Integer

#failure_infoTypes::FailureInfo

Returns:



837
# File 'sig/client.rbs', line 837

def failure_info: () -> Types::FailureInfo

#import_data_sourceTypes::ImportDataSource



836
# File 'sig/client.rbs', line 836

def import_data_source: () -> Types::ImportDataSource

#import_destinationTypes::ImportDestination



835
# File 'sig/client.rbs', line 835

def import_destination: () -> Types::ImportDestination

#job_id::String

Returns:

  • (::String)


834
# File 'sig/client.rbs', line 834

def job_id: () -> ::String

#job_status"CREATED", ...

Returns:

  • ("CREATED", "PROCESSING", "COMPLETED", "FAILED", "CANCELLED")


838
# File 'sig/client.rbs', line 838

def job_status: () -> ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")

#processed_records_count::Integer

Returns:

  • (::Integer)


841
# File 'sig/client.rbs', line 841

def processed_records_count: () -> ::Integer