Class: Aws::ConnectWisdomService::Types::CreateSessionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectWisdomService::Types::CreateSessionResponse
 
- Defined in:
- gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #session  ⇒ Types::SessionData 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The session. 
Instance Attribute Details
#session ⇒ Types::SessionData
The session.
| 1100 1101 1102 1103 1104 | # File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 1100 class CreateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |