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

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

#code_signing_config_arnString

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

Returns:

  • (String)


4299
4300
4301
4302
4303
4304
4305
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4299

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)


4299
4300
4301
4302
4303
4304
4305
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4299

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)


4299
4300
4301
4302
4303
4304
4305
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4299

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