You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::RequestValidator

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of this RequestValidator.

Returns:

#nameString

The name of this RequestValidator

Returns:

#validate_request_bodyBoolean

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

Returns:

  • (Boolean)

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

#validate_request_parametersBoolean

A Boolean flag to indicate whether to validate request parameters (true) or not (false).

Returns:

  • (Boolean)

    A Boolean flag to indicate whether to validate request parameters (true) or not (false).