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)


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

def completed_timestamp: () -> ::Time

#created_timestamp::Time

Returns:

  • (::Time)


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

def created_timestamp: () -> ::Time

#failed_records_count::Integer

Returns:

  • (::Integer)


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

def failed_records_count: () -> ::Integer

#failure_infoTypes::FailureInfo

Returns:



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

def failure_info: () -> Types::FailureInfo

#import_data_sourceTypes::ImportDataSource



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

def import_data_source: () -> Types::ImportDataSource

#import_destinationTypes::ImportDestination



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

def import_destination: () -> Types::ImportDestination

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_status"CREATED", ...

Returns:

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


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

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

#processed_records_count::Integer

Returns:

  • (::Integer)


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

def processed_records_count: () -> ::Integer