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

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

#function_versionString

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

Returns:

  • (String)


4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4350

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)


4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4350

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)


4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4350

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)


4350
4351
4352
4353
4354
4355
4356
4357
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4350

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