class Aws::CloudWatchLogs::Types::InputLogEvent

Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.

@note When making an API call, you may pass InputLogEvent

data as a hash:

    {
      timestamp: 1, # required
      message: "EventMessage", # required
    }

@!attribute [rw] timestamp

The time the event occurred, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
@return [Integer]

@!attribute [rw] message

The raw event message.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/InputLogEvent AWS API Documentation

Constants

SENSITIVE