Method: Aws::APIGateway::Types::RequestValidator#validate_request_body

Defined in:
lib/aws-sdk-apigateway/types.rb

#validate_request_bodyBoolean

A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

Returns:

  • (Boolean)

5765
5766
5767
5768
5769
5770
5771
# File 'lib/aws-sdk-apigateway/types.rb', line 5765

class RequestValidator < Struct.new(
  :id,
  :name,
  :validate_request_body,
  :validate_request_parameters)
  include Aws::Structure
end