AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z
public class GetExportJobResponse : AmazonWebServiceResponse
The GetExportJobResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetExportJobResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
CompletedTimestamp | System.DateTime |
Gets and sets the property CompletedTimestamp. The timestamp of when the export job was completed. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreatedTimestamp | System.DateTime |
Gets and sets the property CreatedTimestamp. The timestamp of when the export job was created. |
![]() |
ExportDataSource | Amazon.SimpleEmailV2.Model.ExportDataSource |
Gets and sets the property ExportDataSource. The data source of the export job. |
![]() |
ExportDestination | Amazon.SimpleEmailV2.Model.ExportDestination |
Gets and sets the property ExportDestination. The destination of the export job. |
![]() |
ExportSourceType | Amazon.SimpleEmailV2.ExportSourceType |
Gets and sets the property ExportSourceType. The type of source of the export job. |
![]() |
FailureInfo | Amazon.SimpleEmailV2.Model.FailureInfo |
Gets and sets the property FailureInfo. The failure details about an export job. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
JobId | System.String |
Gets and sets the property JobId. The export job ID. |
![]() |
JobStatus | Amazon.SimpleEmailV2.JobStatus |
Gets and sets the property JobStatus. The status of the export job. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Statistics | Amazon.SimpleEmailV2.Model.ExportStatistics |
Gets and sets the property Statistics. The statistics about the export job. |
Gets the export job with ID ef28cf62-9d8e-4b60-9283-b09816c99a99
var client = new AmazonSimpleEmailServiceV2Client(); var response = client.GetExportJob(new GetExportJobRequest { JobId = "ef28cf62-9d8e-4b60-9283-b09816c99a99" }); DateTime createdTimestamp = response.CreatedTimestamp; ExportDataSource exportDataSource = response.ExportDataSource; ExportDestination exportDestination = response.ExportDestination; string exportSourceType = response.ExportSourceType; string jobId = response.JobId; string jobStatus = response.JobStatus; ExportStatistics statistics = response.Statistics;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5