Class: Aws::QConnect::Types::CreateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateSessionResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::SessionData
The session.
Instance Attribute Details
#session ⇒ Types::SessionData
The session.
3053 3054 3055 3056 3057 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3053 class CreateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |