class Aws::IoTDataPlane::Types::ListRetainedMessagesRequest

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

data as a hash:

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

@!attribute [rw] next_token

To retrieve the next set of results, the `nextToken` value from a
previous response; otherwise **null** to receive the first set of
results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return at one time.
@return [Integer]

Constants

SENSITIVE