You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListFunctionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  master_region: "MasterRegion",
  function_version: "ALL", # accepts ALL
  marker: "String",
  max_items: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#function_versionString

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

Possible values:

  • ALL

Returns:

  • (String)

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

#markerString

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

Returns:

  • (String)

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

#master_regionString

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

Returns:

  • (String)

    For Lambda@Edge functions, the AWS Region of the master function.

#max_itemsInteger

The maximum number of functions to return.

Returns:

  • (Integer)

    The maximum number of functions to return.