Class: Aws::QConnect::Types::UpdateSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateSessionResponse
- Includes:
- Structure
- Defined in:
- 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.
12366 12367 12368 12369 12370 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12366 class UpdateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |