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.
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_marker ⇒ String
The pagination token that’s included if more results are available.
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 |