CreateWorkspacesResult
public struct CreateWorkspacesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the WorkSpaces that could not be created.
Declaration
Swift
public let failedRequests: [FailedCreateWorkspaceRequest]?
-
Information about the WorkSpaces that were created. Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
Declaration
Swift
public let pendingRequests: [Workspace]?
-
Undocumented
Declaration
Swift
public init(failedRequests: [FailedCreateWorkspaceRequest]? = nil, pendingRequests: [Workspace]? = nil)