Class: Aws::QConnect::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetSessionResponse
- 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.
4721 4722 4723 4724 4725 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4721 class GetSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |