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
798 |
# File 'sig/client.rbs', line 798
def completed_timestamp: () -> ::Time
|
#created_timestamp ⇒ ::Time
797 |
# File 'sig/client.rbs', line 797
def created_timestamp: () -> ::Time
|
#export_data_source ⇒ Types::ExportDataSource
796 |
# File 'sig/client.rbs', line 796
def export_data_source: () -> Types::ExportDataSource
|
#export_destination ⇒ Types::ExportDestination
795 |
# File 'sig/client.rbs', line 795
def export_destination: () -> Types::ExportDestination
|
#export_source_type ⇒ "METRICS_DATA", "MESSAGE_INSIGHTS"
793 |
# File 'sig/client.rbs', line 793
def export_source_type: () -> ("METRICS_DATA" | "MESSAGE_INSIGHTS")
|
#failure_info ⇒ Types::FailureInfo
799 |
# File 'sig/client.rbs', line 799
def failure_info: () -> Types::FailureInfo
|
#job_id ⇒ ::String
792 |
# File 'sig/client.rbs', line 792
def job_id: () -> ::String
|
#job_status ⇒ "CREATED", ...
794 |
# File 'sig/client.rbs', line 794
def job_status: () -> ("CREATED" | "PROCESSING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
#statistics ⇒ Types::ExportStatistics
800 |
# File 'sig/client.rbs', line 800
def statistics: () -> Types::ExportStatistics
|