Method: Aws::APIGateway::Types::GetDocumentationVersionsRequest#limit

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

#limitInteger

The maximum number of returned results per page.

Returns:

  • (Integer)
[View source]

3153
3154
3155
3156
3157
3158
# File 'lib/aws-sdk-apigateway/types.rb', line 3153

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