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)


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

def completed_timestamp: () -> ::Time

#created_timestamp::Time

Returns:

  • (::Time)


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

def created_timestamp: () -> ::Time

#export_data_sourceTypes::ExportDataSource



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

def export_data_source: () -> Types::ExportDataSource

#export_destinationTypes::ExportDestination



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

def export_destination: () -> Types::ExportDestination

#export_source_type"METRICS_DATA", "MESSAGE_INSIGHTS"

Returns:

  • ("METRICS_DATA", "MESSAGE_INSIGHTS")


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

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

#failure_infoTypes::FailureInfo

Returns:



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

def failure_info: () -> Types::FailureInfo

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_status"CREATED", ...

Returns:

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


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

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

#statisticsTypes::ExportStatistics



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

def statistics: () -> Types::ExportStatistics