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.
1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1507 class ExpireSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The ID of the session to expire.
1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1507 class ExpireSessionRequest < Struct.new( :portal_id, :session_id) SENSITIVE = [] include Aws::Structure end |