Class: Aws::Lambda::Types::ListCodeSigningConfigsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListCodeSigningConfigsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
-
#max_items ⇒ Integer
Maximum number of items to return.
Instance Attribute Details
#marker ⇒ String
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_items ⇒ Integer
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 |