Class: Aws::WorkSpacesWeb::Types::GetSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session ⇒ Types::Session
The sessions in a list.
Instance Attribute Details
#session ⇒ Types::Session
The sessions in a list.
1714 1715 1716 1717 1718 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1714 class GetSessionResponse < Struct.new( :session) SENSITIVE = [] include Aws::Structure end |