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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/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.



4376
4377
4378
4379
4380
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 4376

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