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.
12385 12386 12387 12388 12389 |
# File 'lib/aws-sdk-qconnect/types.rb', line 12385 class UpdateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |