Class: Aws::Lambda::Types::ListFunctionsByCodeSigningConfigRequest

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

#code_signing_config_arnString

The The Amazon Resource Name (ARN) of the code signing configuration.

Returns:

  • (String)


4413
4414
4415
4416
4417
4418
4419
# File 'lib/aws-sdk-lambda/types.rb', line 4413

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

#markerString

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

Returns:

  • (String)


4413
4414
4415
4416
4417
4418
4419
# File 'lib/aws-sdk-lambda/types.rb', line 4413

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

#max_itemsInteger

Maximum number of items to return.

Returns:

  • (Integer)


4413
4414
4415
4416
4417
4418
4419
# File 'lib/aws-sdk-lambda/types.rb', line 4413

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