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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes the connection status of a WorkSpace.

Constant Summary collapse

SENSITIVE =
[]

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.

Returns:

  • (String)


4754
4755
4756
4757
4758
4759
4760
4761
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4754

class WorkspaceConnectionStatus < Struct.new(
  :workspace_id,
  :connection_state,
  :connection_state_check_timestamp,
  :last_known_user_connection_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#connection_state_check_timestampTime

The timestamp of the connection status check.

Returns:

  • (Time)


4754
4755
4756
4757
4758
4759
4760
4761
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4754

class WorkspaceConnectionStatus < Struct.new(
  :workspace_id,
  :connection_state,
  :connection_state_check_timestamp,
  :last_known_user_connection_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#last_known_user_connection_timestampTime

The timestamp of the last known user connection.

Returns:

  • (Time)


4754
4755
4756
4757
4758
4759
4760
4761
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4754

class WorkspaceConnectionStatus < Struct.new(
  :workspace_id,
  :connection_state,
  :connection_state_check_timestamp,
  :last_known_user_connection_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


4754
4755
4756
4757
4758
4759
4760
4761
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4754

class WorkspaceConnectionStatus < Struct.new(
  :workspace_id,
  :connection_state,
  :connection_state_check_timestamp,
  :last_known_user_connection_timestamp)
  SENSITIVE = []
  include Aws::Structure
end