Module: Aws::SESV2::Client::_GetExportJobResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#completed_timestamp::Time

Returns:

  • (::Time)


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

def completed_timestamp: () -> ::Time

#created_timestamp::Time

Returns:

  • (::Time)


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

def created_timestamp: () -> ::Time

#export_data_sourceTypes::ExportDataSource



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

def export_data_source: () -> Types::ExportDataSource

#export_destinationTypes::ExportDestination



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

def export_destination: () -> Types::ExportDestination

#export_source_type"METRICS_DATA", "MESSAGE_INSIGHTS"

Returns:

  • ("METRICS_DATA", "MESSAGE_INSIGHTS")


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

def export_source_type: () -> ("METRICS_DATA" | "MESSAGE_INSIGHTS")

#failure_infoTypes::FailureInfo

Returns:



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

def failure_info: () -> Types::FailureInfo

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_status"CREATED", ...

Returns:

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


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

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

#statisticsTypes::ExportStatistics



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

def statistics: () -> Types::ExportStatistics