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.
2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2057 class GetSessionLoggerResponse < Struct.new( :session_logger) SENSITIVE = [] include Aws::Structure end |