events property

List<Event>? events
final

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.

Implementation

final List<Event>? events;