Class: Aws::ConnectWisdomService::Types::CreateSessionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sessionTypes::SessionData

The session.

Returns:



1100
1101
1102
1103
1104
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1100

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