CreateWorkspacesRequest
public struct CreateWorkspacesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The WorkSpaces to create. You can specify up to 25 WorkSpaces.
Declaration
Swift
public let workspaces: [WorkspaceRequest] -
Undocumented
Declaration
Swift
public init(workspaces: [WorkspaceRequest]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateWorkspacesRequest Structure Reference