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