DescribeWorkspacesResult
public struct DescribeWorkspacesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next set of results, or null if no more results are available.
Declaration
Swift
public let nextToken: String?
-
Information about the WorkSpaces. Because CreateWorkspaces is an asynchronous operation, some of the returned information could be incomplete.
Declaration
Swift
public let workspaces: [Workspace]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, workspaces: [Workspace]? = nil)