class Aws::APIGateway::Types::GetRequestValidatorRequest

Gets a RequestValidator of a given RestApi.

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

data as a hash:

    {
      rest_api_id: "String", # required
      request_validator_id: "String", # required
    }

@!attribute [rw] rest_api_id

\[Required\] The string identifier of the associated RestApi.
@return [String]

@!attribute [rw] request_validator_id

\[Required\] The identifier of the RequestValidator to be retrieved.
@return [String]

Constants

SENSITIVE