Module: Aws::SESV2::Client::_GetExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completed_timestamp ⇒ ::Time
- #created_timestamp ⇒ ::Time
- #export_data_source ⇒ Types::ExportDataSource
- #export_destination ⇒ Types::ExportDestination
- #export_source_type ⇒ "METRICS_DATA", "MESSAGE_INSIGHTS"
- #failure_info ⇒ Types::FailureInfo
- #job_id ⇒ ::String
- #job_status ⇒ "CREATED", ...
- #statistics ⇒ Types::ExportStatistics
Instance Method Details
#completed_timestamp ⇒ ::Time
799 |
# File 'sig/client.rbs', line 799
def completed_timestamp: () -> ::Time
|
#created_timestamp ⇒ ::Time
798 |
# File 'sig/client.rbs', line 798
def created_timestamp: () -> ::Time
|
#export_data_source ⇒ Types::ExportDataSource
797 |
# File 'sig/client.rbs', line 797
def export_data_source: () -> Types::ExportDataSource
|
#export_destination ⇒ Types::ExportDestination
796 |
# File 'sig/client.rbs', line 796
def export_destination: () -> Types::ExportDestination
|
#export_source_type ⇒ "METRICS_DATA", "MESSAGE_INSIGHTS"
794 |
# File 'sig/client.rbs', line 794
def export_source_type: () -> ("METRICS_DATA" | "MESSAGE_INSIGHTS")
|
#failure_info ⇒ Types::FailureInfo
800 |
# File 'sig/client.rbs', line 800
def failure_info: () -> Types::FailureInfo
|
#job_id ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def job_id: () -> ::String
|
#job_status ⇒ "CREATED", ...
795 |
# File 'sig/client.rbs', line 795
def job_status: () -> ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
#statistics ⇒ Types::ExportStatistics
801 |
# File 'sig/client.rbs', line 801
def statistics: () -> Types::ExportStatistics
|