Class: Aws::APIGateway::Types::RequestValidators
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::RequestValidators
- 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 Swagger, 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
-
#items ⇒ Array<Types::RequestValidator>
The current page of elements from this collection.
- #position ⇒ String
Instance Attribute Details
permalink #items ⇒ Array<Types::RequestValidator>
The current page of elements from this collection.
5797 5798 5799 5800 5801 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5797 class RequestValidators < Struct.new( :position, :items) include Aws::Structure end |
permalink #position ⇒ String
5797 5798 5799 5800 5801 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5797 class RequestValidators < Struct.new( :position, :items) include Aws::Structure end |