Method: Aws::APIGateway::Types::CreateRequestValidatorRequest#validate_request_body

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

#validate_request_bodyBoolean

A Boolean flag to indicate whether to validate request body according to the configured model schema for the method (‘true`) or not (`false`).

Returns:

  • (Boolean)

1091
1092
1093
1094
1095
1096
1097
# File 'lib/aws-sdk-apigateway/types.rb', line 1091

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