Method: Aws::APIGateway::Types::GetRequestValidatorsRequest#limit
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#limit ⇒ Integer
The maximum number of returned results per page.
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 |