Method: Aws::CloudFront::Types::ListPublicKeysRequest#max_items

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

#max_itemsInteger

The maximum number of public keys you want in the response body.

Returns:

  • (Integer)


8148
8149
8150
8151
8152
8153
# File 'lib/aws-sdk-cloudfront/types.rb', line 8148

class ListPublicKeysRequest < Struct.new(
  :marker,
  :max_items)
  SENSITIVE = []
  include Aws::Structure
end