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

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

Overview

A list of Lambda functions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#functionsArray<Types::FunctionConfiguration>

A list of Lambda functions.

Returns:



4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4371

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

#next_markerString

The pagination token that's included if more results are available.

Returns:

  • (String)


4371
4372
4373
4374
4375
4376
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4371

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