Class: Aws::Lambda::Types::ListCodeSigningConfigsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

Specify the pagination token that’s returned by a previous request to retrieve the next page of results.



4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-lambda/types.rb', line 4475

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

#max_itemsInteger

Maximum number of items to return.



4475
4476
4477
4478
4479
4480
# File 'lib/aws-sdk-lambda/types.rb', line 4475

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