Class: Aws::WorkSpacesWeb::Types::Session
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::Session
- 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
-
#client_ip_addresses ⇒ Array<String>
The IP address of the client.
-
#end_time ⇒ Time
The end time of the session.
-
#portal_arn ⇒ String
The ARN of the web portal.
-
#session_id ⇒ String
The ID of the session.
-
#start_time ⇒ Time
The start time of the session.
-
#status ⇒ String
The status of the session.
-
#username ⇒ String
The username of the session.
Instance Attribute Details
#client_ip_addresses ⇒ Array<String>
The IP address of the client.
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_time ⇒ Time
The end time of the session.
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_arn ⇒ String
The ARN of the web portal.
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_id ⇒ String
The ID of the session.
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_time ⇒ Time
The start time of the session.
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 |
#status ⇒ String
The status of the session.
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 |
#username ⇒ String
The username of the session.
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 |