FilterLogEventsResponse class

Constructors

FilterLogEventsResponse({List<FilteredLogEvent>? events, String? nextToken, List<SearchedLogStream>? searchedLogStreams})
FilterLogEventsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

events List<FilteredLogEvent>?
The matched events.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The token to use when requesting the next set of items. The token expires after 24 hours.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchedLogStreams List<SearchedLogStream>?
IMPORTANT Starting on May 15, 2020, this parameter will be deprecated. This parameter will be an empty list after the deprecation occurs.
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