class Aws::Translate::Types::ListTerminologiesRequest

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

data as a hash:

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

@!attribute [rw] next_token

If the result of the request to ListTerminologies was truncated,
include the NextToken to fetch the next group of custom
terminologies.
@return [String]

@!attribute [rw] max_results

The maximum number of custom terminologies returned per list
request.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/ListTerminologiesRequest AWS API Documentation

Constants

SENSITIVE