Class: Aws::WorkSpacesWeb::Types::ExpireSessionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portal_idString

The ID of the web portal for the session.

Returns:

  • (String)


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_idString

The ID of the session to expire.

Returns:

  • (String)


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