Class: Aws::QConnect::Types::UpdateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateSessionResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::SessionData
Information about the session.
Instance Attribute Details
#session ⇒ Types::SessionData
Information about the session.
10040 10041 10042 10043 10044 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10040 class UpdateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |