ExportProjectResult

public struct ExportProjectResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • URL which can be used to download the exported project configuation file(s).

    Declaration

    Swift

    public let downloadUrl: String?
  • 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.

    Declaration

    Swift

    public let shareUrl: String?
  • Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.

    Declaration

    Swift

    public let snapshotId: String?
  • Undocumented

    Declaration

    Swift

    public init(downloadUrl: String? = nil, shareUrl: String? = nil, snapshotId: String? = nil)