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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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.

Returns:

  • (String)


4072
4073
4074
4075
4076
4077
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4072

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

#max_itemsInteger

Maximum number of items to return.

Returns:

  • (Integer)


4072
4073
4074
4075
4076
4077
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4072

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