MigrateWorkspaceRequest
public struct MigrateWorkspaceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the target bundle type to migrate the WorkSpace to.
Declaration
Swift
public let bundleId: String
-
The identifier of the WorkSpace to migrate from.
Declaration
Swift
public let sourceWorkspaceId: String
-
Undocumented
Declaration
Swift
public init(bundleId: String, sourceWorkspaceId: String)
-
Declaration
Swift
public func validate(name: String) throws