class Aws::Transfer::Types::ListAccessesRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      server_id: "ServerId", # required
    }

@!attribute [rw] max_results

Specifies the maximum number of access SIDs to return.
@return [Integer]

@!attribute [rw] next_token

When you can get additional results from the `ListAccesses` call, a
`NextToken` parameter is returned in the output. You can then pass
in a subsequent command to the `NextToken` parameter to continue
listing additional accesses.
@return [String]

@!attribute [rw] server_id

A system-assigned unique identifier for a server that has users
assigned to it.
@return [String]

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

Constants

SENSITIVE