Class: Aws::WorkSpacesWeb::Types::GetSessionLoggerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetSessionLoggerResponse
- Defined in:
- gems/aws-sdk-workspacesweb/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 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2057 class GetSessionLoggerResponse < Struct.new( :session_logger) SENSITIVE = [] include Aws::Structure end |