You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Transfer::Types::ListServersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListServersRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListServersRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
max_results: 1,
next_token: "NextToken",
}
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the number of servers to return as a response to the
ListServersquery. -
#next_token ⇒ String
When additional results are obtained from the
ListServerscommand, aNextTokenparameter is returned in the output.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the number of servers to return as a response to the
ListServers query.
#next_token ⇒ String
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.