[][src]Struct rusoto_chime::PutEventsConfigurationRequest

pub struct PutEventsConfigurationRequest {
    pub account_id: String,
    pub bot_id: String,
    pub lambda_function_arn: Option<String>,
    pub outbound_events_https_endpoint: Option<String>,
}

Fields

account_id: String

The Amazon Chime account ID.

bot_id: String

The bot ID.

lambda_function_arn: Option<String>

Lambda function ARN that allows the bot to receive outgoing events.

outbound_events_https_endpoint: Option<String>

HTTPS endpoint that allows the bot to receive outgoing events.

Trait Implementations

impl Clone for PutEventsConfigurationRequest[src]

impl Debug for PutEventsConfigurationRequest[src]

impl Default for PutEventsConfigurationRequest[src]

impl PartialEq<PutEventsConfigurationRequest> for PutEventsConfigurationRequest[src]

impl Serialize for PutEventsConfigurationRequest[src]

impl StructuralPartialEq for PutEventsConfigurationRequest[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.