Class: Aws::Connect::Types::ListLambdaFunctionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListLambdaFunctionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda_functions ⇒ Array<String>
The Lambdafunction ARNs associated with the specified instance.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#lambda_functions ⇒ Array<String>
The Lambdafunction ARNs associated with the specified instance.
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_token ⇒ String
If there are additional results, this is the token for the next set of results.
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 |