Class: Aws::LambdaPreview::Types::ListFunctionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambdapreview/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

Instance Attribute Details

#functionsArray<Types::FunctionConfiguration>

A list of Lambda functions.

Returns:



442
443
444
445
446
447
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 442

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

#next_markerString

A string, present if there are more functions.

Returns:

  • (String)


442
443
444
445
446
447
# File 'gems/aws-sdk-lambdapreview/lib/aws-sdk-lambdapreview/types.rb', line 442

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