You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::OutputLogEvent

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents a log event.

Instance Attribute Summary collapse

Instance Attribute Details

#ingestion_timeInteger

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)

    The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

#messageString

The data contained in the log event.

Returns:

  • (String)

    The data contained in the log event.

#timestampInteger

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)

    The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.