Class: Aws::QConnect::Types::GetSessionResponse

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:



5035
5036
5037
5038
5039
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 5035

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