Class: Aws::WorkSpacesWeb::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_id ⇒ String
The ID of the web portal for the session.
-
#session_id ⇒ String
The ID of the session.
Instance Attribute Details
#portal_id ⇒ String
The ID of the web portal for the session.
1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1701 class GetSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The ID of the session.
1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1701 class GetSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |