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

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


11260
11261
11262
11263
11264
11265
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11260

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)


11260
11261
11262
11263
11264
11265
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11260

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