Method: Aws::APIGateway::Types::GetRequestValidatorsRequest#limit

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

#limitInteger

The maximum number of returned results per page.

Returns:

  • (Integer)

3607
3608
3609
3610
3611
3612
# File 'lib/aws-sdk-apigateway/types.rb', line 3607

class GetRequestValidatorsRequest < Struct.new(
  :rest_api_id,
  :position,
  :limit)
  include Aws::Structure
end