class Aws::Transfer::Types::ListServersRequest

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

data as a hash:

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

@!attribute [rw] max_results

Specifies the number of servers to return as a response to the
`ListServers` query.
@return [Integer]

@!attribute [rw] next_token

When additional results are obtained from the `ListServers` command,
a `NextToken` parameter is returned in the output. You can then pass
the `NextToken` parameter in a subsequent command to continue
listing additional servers.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/ListServersRequest AWS API Documentation

Constants

SENSITIVE