Class: Aws::WorkSpacesWeb::Types::Session

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Information about a secure browser session.

Constant Summary collapse

SENSITIVE =
[:username, :client_ip_addresses]

Instance Attribute Summary collapse

Instance Attribute Details

#client_ip_addressesArray<String>

The IP address of the client.

Returns:

  • (Array<String>)


3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3325

class Session < Struct.new(
  :portal_arn,
  :session_id,
  :username,
  :client_ip_addresses,
  :status,
  :start_time,
  :end_time)
  SENSITIVE = [:username, :client_ip_addresses]
  include Aws::Structure
end

#end_timeTime

The end time of the session.

Returns:

  • (Time)


3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3325

class Session < Struct.new(
  :portal_arn,
  :session_id,
  :username,
  :client_ip_addresses,
  :status,
  :start_time,
  :end_time)
  SENSITIVE = [:username, :client_ip_addresses]
  include Aws::Structure
end

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3325

class Session < Struct.new(
  :portal_arn,
  :session_id,
  :username,
  :client_ip_addresses,
  :status,
  :start_time,
  :end_time)
  SENSITIVE = [:username, :client_ip_addresses]
  include Aws::Structure
end

#session_idString

The ID of the session.

Returns:

  • (String)


3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3325

class Session < Struct.new(
  :portal_arn,
  :session_id,
  :username,
  :client_ip_addresses,
  :status,
  :start_time,
  :end_time)
  SENSITIVE = [:username, :client_ip_addresses]
  include Aws::Structure
end

#start_timeTime

The start time of the session.

Returns:

  • (Time)


3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3325

class Session < Struct.new(
  :portal_arn,
  :session_id,
  :username,
  :client_ip_addresses,
  :status,
  :start_time,
  :end_time)
  SENSITIVE = [:username, :client_ip_addresses]
  include Aws::Structure
end

#statusString

The status of the session.

Returns:

  • (String)


3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3325

class Session < Struct.new(
  :portal_arn,
  :session_id,
  :username,
  :client_ip_addresses,
  :status,
  :start_time,
  :end_time)
  SENSITIVE = [:username, :client_ip_addresses]
  include Aws::Structure
end

#usernameString

The username of the session.

Returns:

  • (String)


3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3325

class Session < Struct.new(
  :portal_arn,
  :session_id,
  :username,
  :client_ip_addresses,
  :status,
  :start_time,
  :end_time)
  SENSITIVE = [:username, :client_ip_addresses]
  include Aws::Structure
end