Class: Aws::WorkSpaces::Types::WorkspaceConnectionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::WorkspaceConnectionStatus
- 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
-
#connection_state ⇒ String
The connection state of the WorkSpace.
-
#connection_state_check_timestamp ⇒ Time
The timestamp of the connection status check.
-
#last_known_user_connection_timestamp ⇒ Time
The timestamp of the last known user connection.
-
#workspace_id ⇒ String
The identifier of the WorkSpace.
Instance Attribute Details
#connection_state ⇒ String
The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.
5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5774 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_timestamp ⇒ Time
The timestamp of the connection status check.
5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5774 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_timestamp ⇒ Time
The timestamp of the last known user connection.
5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5774 class WorkspaceConnectionStatus < Struct.new( :workspace_id, :connection_state, :connection_state_check_timestamp, :last_known_user_connection_timestamp) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the WorkSpace.
5774 5775 5776 5777 5778 5779 5780 5781 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5774 class WorkspaceConnectionStatus < Struct.new( :workspace_id, :connection_state, :connection_state_check_timestamp, :last_known_user_connection_timestamp) SENSITIVE = [] include Aws::Structure end |