ExportBundleRequest
public struct ExportBundleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique bundle identifier.
Declaration
Swift
public let bundleId: String
-
Developer desktop or target application platform.
Declaration
Swift
public let platform: Platform?
-
Unique project identifier.
Declaration
Swift
public let projectId: String?
-
Undocumented
Declaration
Swift
public init(bundleId: String, platform: Platform? = nil, projectId: String? = nil)