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 =
[:client_ip_addresses, :username]

Instance Attribute Summary collapse

Instance Attribute Details

#client_ip_addressesArray<String>

The IP address of the client.

Returns:

  • (Array<String>)


3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3022

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

#end_timeTime

The end time of the session.

Returns:

  • (Time)


3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3022

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

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3022

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

#session_idString

The ID of the session.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3022

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

#start_timeTime

The start time of the session.

Returns:

  • (Time)


3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3022

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

#statusString

The status of the session.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3022

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

#usernameString

The username of the session.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3022

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