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

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

Information about the session.

Returns:



4409
4410
4411
4412
4413
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4409

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