Class: Aws::Types::WorkspaceConnectionStatus
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceConnectionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_state ⇒ "CONNECTED", ...
Returns the value of attribute connection_state.
-
#connection_state_check_timestamp ⇒ ::Time
Returns the value of attribute connection_state_check_timestamp.
-
#last_known_user_connection_timestamp ⇒ ::Time
Returns the value of attribute last_known_user_connection_timestamp.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#connection_state ⇒ "CONNECTED", ...
Returns the value of attribute connection_state.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def connection_state @connection_state end |
#connection_state_check_timestamp ⇒ ::Time
Returns the value of attribute connection_state_check_timestamp.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def @connection_state_check_timestamp end |
#last_known_user_connection_timestamp ⇒ ::Time
Returns the value of attribute last_known_user_connection_timestamp.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def @last_known_user_connection_timestamp end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def workspace_id @workspace_id end |