Class: Aws::Lambda::Types::ListFunctionsByCodeSigningConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionsByCodeSigningConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_signing_config_arn ⇒ String
The The Amazon Resource Name (ARN) of the code signing configuration.
-
#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
#code_signing_config_arn ⇒ String
The The Amazon Resource Name (ARN) of the code signing configuration.
4570 4571 4572 4573 4574 4575 4576 |
# File 'lib/aws-sdk-lambda/types.rb', line 4570 class ListFunctionsByCodeSigningConfigRequest < Struct.new( :code_signing_config_arn, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
4570 4571 4572 4573 4574 4575 4576 |
# File 'lib/aws-sdk-lambda/types.rb', line 4570 class ListFunctionsByCodeSigningConfigRequest < Struct.new( :code_signing_config_arn, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
Maximum number of items to return.
4570 4571 4572 4573 4574 4575 4576 |
# File 'lib/aws-sdk-lambda/types.rb', line 4570 class ListFunctionsByCodeSigningConfigRequest < Struct.new( :code_signing_config_arn, :marker, :max_items) SENSITIVE = [] include Aws::Structure end |