apigateway_get_request_validators {paws.networking} | R Documentation |
Gets the RequestValidators collection of a given RestApi
Description
Gets the RequestValidators collection of a given RestApi.
See https://www.paws-r-sdk.com/docs/apigateway_get_request_validators/ for full documentation.
Usage
apigateway_get_request_validators(restApiId, position = NULL, limit = NULL)
Arguments
restApiId |
[required] The string identifier of the associated RestApi. |
position |
The current pagination position in the paged result set. |
limit |
The maximum number of returned results per page. The default value is 25 and the maximum value is 500. |
[Package paws.networking version 0.9.0 Index]