Class: Aws::ConnectWisdomService::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::GetSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::SessionData
The session.
Instance Attribute Details
#session ⇒ Types::SessionData
The session.
1605 1606 1607 1608 1609 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1605 class GetSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |