Method: Aws::APIGateway::Types::GetDocumentationPartsRequest#limit
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#limit ⇒ Integer
The maximum number of returned results per page.
3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3094 class GetDocumentationPartsRequest < Struct.new( :rest_api_id, :type, :name_query, :path, :position, :limit, :location_status) include Aws::Structure end |