Class: Aws::Types::WorkspacesPoolSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"SAML"

Returns the value of attribute authentication_type.

Returns:

  • ("SAML")


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.

Returns:

  • ("CONNECTED", "NOT_CONNECTED")


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.

Returns:

  • (::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.

Returns:

  • (::String)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def instance_id
  @instance_id
end

#network_access_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def user_id
  @user_id
end