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

Class: Aws::CloudTrail::Types::ListTrailsRequest

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

Overview

Note:

When passing ListTrailsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original 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.