Struct aws_sdk_lexmodelsv2::model::LambdaCodeHook  
source · [−]#[non_exhaustive]pub struct LambdaCodeHook {
    pub lambda_arn: Option<String>,
    pub code_hook_interface_version: Option<String>,
}Expand description
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.lambda_arn: Option<String>The Amazon Resource Name (ARN) of the Lambda function.
code_hook_interface_version: Option<String>The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
Implementations
The Amazon Resource Name (ARN) of the Lambda function.
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
Creates a new builder-style object to manufacture LambdaCodeHook
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LambdaCodeHook
impl Send for LambdaCodeHook
impl Sync for LambdaCodeHook
impl Unpin for LambdaCodeHook
impl UnwindSafe for LambdaCodeHook
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more