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>)


13039
13040
13041
13042
13043
13044
# File 'lib/aws-sdk-connect/types.rb', line 13039

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)


13039
13040
13041
13042
13043
13044
# File 'lib/aws-sdk-connect/types.rb', line 13039

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