Class: Aws::QConnect::Types::UpdateSessionResponse

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

Information about the session.

Returns:



12366
12367
12368
12369
12370
# File 'lib/aws-sdk-qconnect/types.rb', line 12366

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