Class: Aws::WorkSpacesWeb::Types::Session
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::Session
- 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
-
#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.
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3031 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_time ⇒ Time
The end time of the session.
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3031 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_arn ⇒ String
The ARN of the web portal.
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3031 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_id ⇒ String
The ID of the session.
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3031 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_time ⇒ Time
The start time of the session.
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3031 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 |
#status ⇒ String
The status of the session.
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3031 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 |
#username ⇒ String
The username of the session.
3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3031 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 |