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

Class: Aws::LambdaPreview::Types::ListFunctionsResponse

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

Overview

Contains a list of AWS Lambda function configurations (see API_FunctionConfiguration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#functionsArray<Types::FunctionConfiguration>

A list of Lambda functions.

Returns:

#next_markerString

A string, present if there are more functions.

Returns:

  • (String)

    A string, present if there are more functions.