class Aws::Transfer::Types::ListUsersRequest
@note When making an API call, you may pass ListUsersRequest
data as a hash: { max_results: 1, next_token: "NextToken", server_id: "ServerId", # required }
@!attribute [rw] max_results
Specifies the number of users to return as a response to the `ListUsers` request. @return [Integer]
@!attribute [rw] next_token
When you can get additional results from the `ListUsers` 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 users. @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/ListUsersRequest AWS API Documentation
Constants
- SENSITIVE