NAME
Paws::ApiGateway::RequestValidator
ATTRIBUTES
Id => Str
The identifier of this RequestValidator.
Name => Str
The name of this RequestValidator
ValidateRequestBody => Bool
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
ValidateRequestParameters => Bool
A Boolean flag to indicate whether to validate request parameters (true
) or not (false
).