apigateway_get_request_validator {paws.networking} | R Documentation |
Gets a RequestValidator of a given RestApi
Description
Gets a RequestValidator of a given RestApi.
See https://www.paws-r-sdk.com/docs/apigateway_get_request_validator/ for full documentation.
Usage
apigateway_get_request_validator(restApiId, requestValidatorId)
Arguments
restApiId |
[required] The string identifier of the associated RestApi. |
requestValidatorId |
[required] The identifier of the RequestValidator to be retrieved. |
[Package paws.networking version 0.7.0 Index]