DescribeWorkspacesConnectionStatusRequest
public struct DescribeWorkspacesConnectionStatusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
Declaration
Swift
public let nextToken: String?
-
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
Declaration
Swift
public let workspaceIds: [String]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, workspaceIds: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws