Class: Aws::LexModelsV2::Types::LambdaCodeHook
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::LambdaCodeHook
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies a Lambda function that verifies requests to a bot or fulfills the user’s request to a bot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code_hook_interface_version ⇒ String
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
-
#lambda_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function.
Instance Attribute Details
#code_hook_interface_version ⇒ String
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
8585 8586 8587 8588 8589 8590 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8585 class LambdaCodeHook < Struct.new( :lambda_arn, :code_hook_interface_version) SENSITIVE = [] include Aws::Structure end |
#lambda_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function.
8585 8586 8587 8588 8589 8590 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8585 class LambdaCodeHook < Struct.new( :lambda_arn, :code_hook_interface_version) SENSITIVE = [] include Aws::Structure end |