Class: Aws::Lambda::Types::ListFunctionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListFunctionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
A list of Lambda functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#functions ⇒ Array<Types::FunctionConfiguration>
A list of Lambda functions.
-
#next_marker ⇒ String
The pagination token that’s included if more results are available.
Instance Attribute Details
#functions ⇒ Array<Types::FunctionConfiguration>
A list of Lambda functions.
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_marker ⇒ String
The pagination token that’s included if more results are available.
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 |