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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3062

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

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3062

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

#session_idString

The ID of the session.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3062

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

#start_timeTime

The start time of the session.

Returns:

  • (Time)


3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3062

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

#statusString

The status of the session.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3062

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

#usernameString

The username of the session.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3062

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