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
822 |
# File 'sig/client.rbs', line 822
def completed_timestamp: () -> ::Time
|
#created_timestamp ⇒ ::Time
821 |
# File 'sig/client.rbs', line 821
def created_timestamp: () -> ::Time
|
#export_data_source ⇒ Types::ExportDataSource
820 |
# File 'sig/client.rbs', line 820
def export_data_source: () -> Types::ExportDataSource
|
#export_destination ⇒ Types::ExportDestination
819 |
# File 'sig/client.rbs', line 819
def export_destination: () -> Types::ExportDestination
|
#export_source_type ⇒ "METRICS_DATA", "MESSAGE_INSIGHTS"
817 |
# File 'sig/client.rbs', line 817
def export_source_type: () -> ("METRICS_DATA" | "MESSAGE_INSIGHTS")
|
#failure_info ⇒ Types::FailureInfo
823 |
# File 'sig/client.rbs', line 823
def failure_info: () -> Types::FailureInfo
|
#job_id ⇒ ::String
816 |
# File 'sig/client.rbs', line 816
def job_id: () -> ::String
|
#job_status ⇒ "CREATED", ...
818 |
# File 'sig/client.rbs', line 818
def job_status: () -> ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
#statistics ⇒ Types::ExportStatistics
824 |
# File 'sig/client.rbs', line 824
def statistics: () -> Types::ExportStatistics
|