Class: Aws::WorkSpacesWeb::Types::GetSessionLoggerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetSessionLoggerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_logger ⇒ Types::SessionLogger
The session logger details.
Instance Attribute Details
#session_logger ⇒ Types::SessionLogger
The session logger details.
1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1878 class GetSessionLoggerResponse < Struct.new( :session_logger) SENSITIVE = [] include Aws::Structure end |