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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#functionsArray<Types::FunctionConfiguration>

A list of Lambda functions.

Returns:



4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-lambda/types.rb', line 4569

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)


4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-lambda/types.rb', line 4569

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