Method: Aws::APIGateway::Types::GetBasePathMappingsRequest#limit

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

#limitInteger

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)

3211
3212
3213
3214
3215
3216
3217
# File 'lib/aws-sdk-apigateway/types.rb', line 3211

class GetBasePathMappingsRequest < Struct.new(
  :domain_name,
  :position,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end