Class: Aws::Types::WorkspacesPoolSession
- Inherits:
-
Object
- Object
- Aws::Types::WorkspacesPoolSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "SAML"
Returns the value of attribute authentication_type.
-
#connection_state ⇒ "CONNECTED", "NOT_CONNECTED"
Returns the value of attribute connection_state.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#network_access_configuration ⇒ Types::NetworkAccessConfiguration
Returns the value of attribute network_access_configuration.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#authentication_type ⇒ "SAML"
Returns the value of attribute authentication_type.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def authentication_type @authentication_type end |
#connection_state ⇒ "CONNECTED", "NOT_CONNECTED"
Returns the value of attribute connection_state.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def connection_state @connection_state end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def expiration_time @expiration_time end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def instance_id @instance_id end |
#network_access_configuration ⇒ Types::NetworkAccessConfiguration
Returns the value of attribute network_access_configuration.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def network_access_configuration @network_access_configuration end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def pool_id @pool_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def session_id @session_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def start_time @start_time end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def user_id @user_id end |