Class: Aws::CloudWatchLogs::Types::LogEvent

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

Overview

This structure contains the information for one sample log event that is associated with an anomaly found by a log anomaly detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message content of the log event.

Returns:

  • (String)


3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3022

class LogEvent < Struct.new(
  :timestamp,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#timestampInteger

The time stamp of the log event.

Returns:

  • (Integer)


3022
3023
3024
3025
3026
3027
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3022

class LogEvent < Struct.new(
  :timestamp,
  :message)
  SENSITIVE = []
  include Aws::Structure
end