Class: Aws::WorkSpacesWeb::Types::GetSessionResponse

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

#sessionTypes::Session

The sessions in a list.



2073
2074
2075
2076
2077
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2073

class GetSessionResponse < Struct.new(
  :session)
  SENSITIVE = []
  include Aws::Structure
end