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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/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>)


3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3311

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)


3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3311

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)


3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3311

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)


3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3311

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)


3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3311

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)


3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3311

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)


3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3311

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