Class: Aws::WorkSpacesWeb::Types::UpdateSessionLoggerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The updated display name.

Returns:

  • (String)


4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045

class UpdateSessionLoggerRequest < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :display_name)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#event_filterTypes::EventFilter

The updated eventFilter.

Returns:



4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045

class UpdateSessionLoggerRequest < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :display_name)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#log_configurationTypes::LogConfiguration

The updated logConfiguration.



4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045

class UpdateSessionLoggerRequest < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :display_name)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#session_logger_arnString

The ARN of the session logger to update.

Returns:

  • (String)


4045
4046
4047
4048
4049
4050
4051
4052
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045

class UpdateSessionLoggerRequest < Struct.new(
  :session_logger_arn,
  :event_filter,
  :log_configuration,
  :display_name)
  SENSITIVE = [:display_name]
  include Aws::Structure
end