Class: Aws::Lambda::Types::ListFunctionsRequest

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

#function_versionString

Set to ‘ALL` to include entries for all published versions of each function.

Returns:

  • (String)


4621
4622
4623
4624
4625
4626
4627
4628
# File 'lib/aws-sdk-lambda/types.rb', line 4621

class ListFunctionsRequest < Struct.new(
  :master_region,
  :function_version,
  :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)


4621
4622
4623
4624
4625
4626
4627
4628
# File 'lib/aws-sdk-lambda/types.rb', line 4621

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

#master_regionString

For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, ‘us-east-1` filters the list of functions to include only Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set `FunctionVersion` to `ALL`.

Returns:

  • (String)


4621
4622
4623
4624
4625
4626
4627
4628
# File 'lib/aws-sdk-lambda/types.rb', line 4621

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

#max_itemsInteger

The maximum number of functions to return in the response. Note that ‘ListFunctions` returns a maximum of 50 items in each response, even if you set the number higher.

Returns:

  • (Integer)


4621
4622
4623
4624
4625
4626
4627
4628
# File 'lib/aws-sdk-lambda/types.rb', line 4621

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