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.
2050 2051 2052 2053 2054 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2050 class GetSessionLoggerResponse < Struct.new( :session_logger) SENSITIVE = [] include Aws::Structure end |