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)


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_idString

The ID of the session to expire.

Returns:

  • (String)


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