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

Class: Aws::LambdaPreview::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:

{
  marker: "String",
  max_items: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

Returns:

  • (String)

    Optional string.

#max_itemsInteger

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

Returns:

  • (Integer)

    Optional integer.