MigrateWorkspaceResult
public struct MigrateWorkspaceResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The original identifier of the WorkSpace that is being migrated.
Declaration
Swift
public let sourceWorkspaceId: String?
-
The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
Declaration
Swift
public let targetWorkspaceId: String?
-
Undocumented
Declaration
Swift
public init(sourceWorkspaceId: String? = nil, targetWorkspaceId: String? = nil)