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.

Result structure used for requests to export project configuration details.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Mobile.Model.ExportProjectResponse

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

Syntax

C#
public class ExportProjectResponse : AmazonWebServiceResponse

The ExportProjectResponse type exposes the following members

Constructors

NameDescription
Public Method ExportProjectResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DownloadUrl System.String

Gets and sets the property DownloadUrl.

URL which can be used to download the exported project configuation file(s).

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

Gets and sets the property ShareUrl.

URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.

Public Property SnapshotId System.String

Gets and sets the property SnapshotId.

Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5