Class: Aws::WorkSpacesWeb::Types::ExpireSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ExpireSessionRequest
- 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 to expire.
Instance Attribute Details
#portal_id ⇒ String
The ID of the web portal for the session.
1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1842 class ExpireSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The ID of the session to expire.
1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1842 class ExpireSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |