Method: Aws::APIGateway::Types::GetDomainNamesRequest#limit
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#limit ⇒ Integer
The maximum number of returned results per page. The value is 25 by default and could be between 1 - 500.
3197 3198 3199 3200 3201 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3197 class GetDomainNamesRequest < Struct.new( :position, :limit) include Aws::Structure end |