Class: Aws::LambdaPreview::Types::ListFunctionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaPreview::Types::ListFunctionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdapreview/types.rb
Overview
Contains a list of AWS Lambda function configurations (see API_FunctionConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#functions ⇒ Array<Types::FunctionConfiguration>
A list of Lambda functions.
-
#next_marker ⇒ String
A string, present if there are more functions.
Instance Attribute Details
#functions ⇒ Array<Types::FunctionConfiguration>
A list of Lambda functions.
442 443 444 445 446 447 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 442 class ListFunctionsResponse < Struct.new( :next_marker, :functions) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
A string, present if there are more functions.
442 443 444 445 446 447 |
# File 'lib/aws-sdk-lambdapreview/types.rb', line 442 class ListFunctionsResponse < Struct.new( :next_marker, :functions) SENSITIVE = [] include Aws::Structure end |