You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::WorkspaceConnectionStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the connection status of a WorkSpace.

Instance Attribute Summary collapse

Instance Attribute Details

#connection_stateString

The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.

Possible values:

  • CONNECTED
  • DISCONNECTED
  • UNKNOWN

Returns:

  • (String)

    The connection state of the WorkSpace.

#connection_state_check_timestampTime

The timestamp of the connection status check.

Returns:

  • (Time)

    The timestamp of the connection status check.

#last_known_user_connection_timestampTime

The timestamp of the last known user connection.

Returns:

  • (Time)

    The timestamp of the last known user connection.

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)

    The identifier of the WorkSpace.