Class: Aws::WorkSpacesWeb::Types::GetSessionLoggerResponse

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 session logger details.



1878
1879
1880
1881
1882
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1878

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