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:



4642
4643
4644
4645
4646
4647
# File 'lib/aws-sdk-lambda/types.rb', line 4642

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)


4642
4643
4644
4645
4646
4647
# File 'lib/aws-sdk-lambda/types.rb', line 4642

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