Class: Aws::APIGateway::Types::RequestValidators

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

A collection of RequestValidator resources of a given RestApi.

<div class=“remarks” markdown=“1”> In OpenAPI, the RequestValidators of an API is defined by the

x-amazon-apigateway-request-validators][1

extension.

</div>

<div class=“seeAlso”>

Enable Basic Request Validation in API Gateway][2

</div>

[1]: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions.html#api-gateway-swagger-extensions-request-validators.html [2]: docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-request-validation.html

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::RequestValidator>

The current page of elements from this collection.

Returns:



6048
6049
6050
6051
6052
# File 'lib/aws-sdk-apigateway/types.rb', line 6048

class RequestValidators < Struct.new(
  :position,
  :items)
  include Aws::Structure
end

#positionString

Returns:

  • (String)


6048
6049
6050
6051
6052
# File 'lib/aws-sdk-apigateway/types.rb', line 6048

class RequestValidators < Struct.new(
  :position,
  :items)
  include Aws::Structure
end