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
- Struct
- Aws::CloudWatchLogs::Types::OutputLogEvent
- Defined in:
- (unknown)
Overview
Represents a log event.
Instance Attribute Summary collapse
-
#ingestion_time ⇒ Integer
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#message ⇒ String
The data contained in the log event.
-
#timestamp ⇒ Integer
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Instance Attribute Details
#ingestion_time ⇒ Integer
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
#message ⇒ String
The data contained in the log event.
#timestamp ⇒ Integer
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.