Class: Aws::WorkSpacesWeb::Types::UpdateSessionLoggerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateSessionLoggerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_logger ⇒ Types::SessionLogger
The updated details of the session logger.
Instance Attribute Details
#session_logger ⇒ Types::SessionLogger
The updated details of the session logger.
4060 4061 4062 4063 4064 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4060 class UpdateSessionLoggerResponse < Struct.new( :session_logger) SENSITIVE = [] include Aws::Structure end |