Class: Aws::QConnect::Types::CreateSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sessionTypes::SessionData

The session.

Returns:



1390
1391
1392
1393
1394
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1390

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