Class: Aws::WorkSpacesWeb::Types::UpdateSessionLoggerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_loggerTypes::SessionLogger

The updated details of the session logger.



4351
4352
4353
4354
4355
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4351

class UpdateSessionLoggerResponse < Struct.new(
  :session_logger)
  SENSITIVE = []
  include Aws::Structure
end