Class: Aws::WorkSpacesWeb::Types::GetSessionRequest

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)


1701
1702
1703
1704
1705
1706
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1701

class GetSessionRequest < Struct.new(
  :portal_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The ID of the session.

Returns:

  • (String)


1701
1702
1703
1704
1705
1706
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1701

class GetSessionRequest < Struct.new(
  :portal_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end