class Aws::SESV2::Types::ListContactListsRequest

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

data as a hash:

    {
      page_size: 1,
      next_token: "NextToken",
    }

@!attribute [rw] page_size

Maximum number of contact lists to return at once. Use this
parameter to paginate results. If additional contact lists exist
beyond the specified limit, the `NextToken` element is sent in the
response. Use the `NextToken` value in subsequent requests to
retrieve additional lists.
@return [Integer]

@!attribute [rw] next_token

A string token indicating that there might be additional contact
lists available to be listed. Use the token provided in the Response
to use in the subsequent call to ListContactLists with the same
parameters to retrieve the next page of contact lists.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/ListContactListsRequest AWS API Documentation

Constants

SENSITIVE