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

Class: Aws::Detective::Types::ListInvitationsRequest

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

Overview

Note:

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

{
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.

Returns:

  • (Integer)

    The maximum number of behavior graph invitations to return in the response.

#next_tokenString

For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.

Returns:

  • (String)

    For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results.