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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sessionTypes::SessionData

The session.



5354
5355
5356
5357
5358
# File 'lib/aws-sdk-qconnect/types.rb', line 5354

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