Class: Aws::Lambda::Types::ListFunctionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

A list of Lambda functions.

Instance Attribute Summary collapse

Instance Attribute Details

#functionsArray<Types::FunctionConfiguration>

A list of Lambda functions.

Returns:



2010
2011
2012
2013
2014
# File 'lib/aws-sdk-lambda/types.rb', line 2010

class ListFunctionsResponse < Struct.new(
  :next_marker,
  :functions)
  include Aws::Structure
end

#next_markerString

Pagination token included if more results are available.

Returns:

  • (String)


2010
2011
2012
2013
2014
# File 'lib/aws-sdk-lambda/types.rb', line 2010

class ListFunctionsResponse < Struct.new(
  :next_marker,
  :functions)
  include Aws::Structure
end