WorkspaceConnectionStatus
public struct WorkspaceConnectionStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.
Declaration
Swift
public let connectionState: ConnectionState? -
The timestamp of the connection status check.
Declaration
Swift
public let connectionStateCheckTimestamp: TimeStamp? -
The timestamp of the last known user connection.
Declaration
Swift
public let lastKnownUserConnectionTimestamp: TimeStamp? -
The identifier of the WorkSpace.
Declaration
Swift
public let workspaceId: String? -
Undocumented
Declaration
Swift
public init(connectionState: ConnectionState? = nil, connectionStateCheckTimestamp: TimeStamp? = nil, lastKnownUserConnectionTimestamp: TimeStamp? = nil, workspaceId: String? = nil)
View on GitHub
WorkspaceConnectionStatus Structure Reference