Class: Aws::WorkSpacesWeb::Types::SessionSummary

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

Overview

Summary information about a secure browser session.

Constant Summary collapse

SENSITIVE =
[:username]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time of the session.

Returns:

  • (Time)


3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3429

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

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3429

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

#session_idString

The ID of the session.

Returns:

  • (String)


3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3429

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

#start_timeTime

The start time of the session.

Returns:

  • (Time)


3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3429

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

#statusString

The status of the session.

Returns:

  • (String)


3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3429

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

#usernameString

The username of the session.

Returns:

  • (String)


3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3429

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