Class: Aws::WorkSpaces::Types::WorkspacesPoolSession

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes a pool session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

The authentication method. The user is authenticated using a WorkSpaces Pools URL (API) or SAML 2.0 federation (SAML).

Returns:

  • (String)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#connection_stateString

Specifies whether a user is connected to the pool session.

Returns:

  • (String)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timeTime

The time that the pool session ended.

Returns:

  • (Time)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier for the instance hosting the session.

Returns:

  • (String)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_access_configurationTypes::NetworkAccessConfiguration

Describes the network details of the pool.



6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The identifier of the pool.

Returns:

  • (String)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the session.

Returns:

  • (String)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time that the pool sission started.

Returns:

  • (Time)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The identifier of the user.

Returns:

  • (String)


6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6187

class WorkspacesPoolSession < Struct.new(
  :authentication_type,
  :connection_state,
  :session_id,
  :instance_id,
  :pool_id,
  :expiration_time,
  :network_access_configuration,
  :start_time,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end