You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudTrail::Types::LookupEventsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains a response to a LookupEvents action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::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.

Returns:

  • (Array<Types::Event>)

    A list of events returned based on the lookup attributes specified and the CloudTrail event.

#next_tokenString

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.

Returns:

  • (String)

    The token to use to get the next page of results after a previous API call.