AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimpleEmailV2.Model.GetExportJobResponse

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class GetExportJobResponse : AmazonWebServiceResponse

The GetExportJobResponse type exposes the following members

Constructors

NameDescription
Public Method GetExportJobResponse()

Properties

NameTypeDescription
Public Property CompletedTimestamp System.DateTime

Gets and sets the property CompletedTimestamp.

The timestamp of when the export job was completed.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The timestamp of when the export job was created.

Public Property ExportDataSource Amazon.SimpleEmailV2.Model.ExportDataSource

Gets and sets the property ExportDataSource.

The data source of the export job.

Public Property ExportDestination Amazon.SimpleEmailV2.Model.ExportDestination

Gets and sets the property ExportDestination.

The destination of the export job.

Public Property ExportSourceType Amazon.SimpleEmailV2.ExportSourceType

Gets and sets the property ExportSourceType.

The type of source of the export job.

Public Property FailureInfo Amazon.SimpleEmailV2.Model.FailureInfo

Gets and sets the property FailureInfo.

The failure details about an export job.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobId System.String

Gets and sets the property JobId.

The export job ID.

Public Property JobStatus Amazon.SimpleEmailV2.JobStatus

Gets and sets the property JobStatus.

The status of the export job.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Statistics Amazon.SimpleEmailV2.Model.ExportStatistics

Gets and sets the property Statistics.

The statistics about the export job.

Examples

Gets the export job with ID ef28cf62-9d8e-4b60-9283-b09816c99a99

Get export job


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;

            

Version Information

.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