Class: Aws::Types::WorkspaceConnectionStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_state"CONNECTED", ...

Returns the value of attribute connection_state.

Returns:

  • ("CONNECTED", "DISCONNECTED", "UNKNOWN")


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.

Returns:

  • (::Time)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def connection_state_check_timestamp
  @connection_state_check_timestamp
end

#last_known_user_connection_timestamp::Time

Returns the value of attribute last_known_user_connection_timestamp.

Returns:

  • (::Time)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def last_known_user_connection_timestamp
  @last_known_user_connection_timestamp
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def workspace_id
  @workspace_id
end