Class: Aws::Connect::Types::ListLambdaFunctionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_functionsArray<String>

The Lambdafunction ARNs associated with the specified instance.

Returns:

  • (Array<String>)


14459
14460
14461
14462
14463
14464
# File 'lib/aws-sdk-connect/types.rb', line 14459

class ListLambdaFunctionsResponse < Struct.new(
  :lambda_functions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


14459
14460
14461
14462
14463
14464
# File 'lib/aws-sdk-connect/types.rb', line 14459

class ListLambdaFunctionsResponse < Struct.new(
  :lambda_functions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end