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.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1676 class ExpireSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The ID of the session to expire.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1676 class ExpireSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |