LookupEventsResponse class

Contains a response to a LookupEvents action.

Constructors

LookupEventsResponse({List<Event>? events, String? nextToken})
LookupEventsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

events List<Event>?
A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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