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.
6702 6703 6704 6705 6706 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6702 class UpdateSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |