FilteredLogEvent class
Represents a matched event.
Constructors
- FilteredLogEvent({String? eventId, int? ingestionTime, String? logStreamName, String? message, int? timestamp})
- 
          FilteredLogEvent.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- eventId → String?
- 
  The ID of the event.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- ingestionTime → int?
- 
  The time the event was ingested, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
  final
- logStreamName → String?
- 
  The name of the log stream to which this event belongs.
  final
- message → String?
- 
  The data contained in the log event.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- timestamp → int?
- 
  The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited