[][src]Struct rusoto_lex_models::CodeHook

pub struct CodeHook {
    pub message_version: String,
    pub uri: String,
}

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..

Fields

message_version: String

The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.

uri: String

The Amazon Resource Name (ARN) of the Lambda function.

Trait Implementations

impl Clone for CodeHook[src]

impl Default for CodeHook[src]

impl PartialEq<CodeHook> for CodeHook[src]

impl Debug for CodeHook[src]

impl StructuralPartialEq for CodeHook[src]

impl<'de> Deserialize<'de> for CodeHook[src]

impl Serialize for CodeHook[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self