class Aws::GuardDuty::Types::ListInvitationsRequest

@note When making an API call, you may pass ListInvitationsRequest

data as a hash:

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

@!attribute [rw] max_results

You can use this parameter to indicate the maximum number of items
that you want in the response. The default value is 50. The maximum
value is 50.
@return [Integer]

@!attribute [rw] next_token

You can use this parameter when paginating results. Set the value of
this parameter to null on your first call to the list action. For
subsequent calls to the action, fill nextToken in the request with
the value of NextToken from the previous response to continue
listing data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/ListInvitationsRequest AWS API Documentation

Constants

SENSITIVE