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

Class: Aws::CloudWatchLogs::Types::FilteredLogEvent

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

Overview

Represents a matched event.

Instance Attribute Summary collapse

Instance Attribute Details

#event_idString

The ID of the event.

Returns:

  • (String)

    The ID of the event.

#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.

#log_stream_nameString

The name of the log stream to which this event belongs.

Returns:

  • (String)

    The name of the log stream to which this event belongs.

#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.