Struct aws_sdk_chime::types::EventsConfiguration
source · #[non_exhaustive]pub struct EventsConfiguration { /* private fields */ }Expand description
The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.
Implementations§
source§impl EventsConfiguration
impl EventsConfiguration
sourcepub fn builder() -> EventsConfigurationBuilder
pub fn builder() -> EventsConfigurationBuilder
Creates a new builder-style object to manufacture EventsConfiguration.
Trait Implementations§
source§impl Clone for EventsConfiguration
impl Clone for EventsConfiguration
source§fn clone(&self) -> EventsConfiguration
fn clone(&self) -> EventsConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EventsConfiguration
impl Debug for EventsConfiguration
source§impl PartialEq<EventsConfiguration> for EventsConfiguration
impl PartialEq<EventsConfiguration> for EventsConfiguration
source§fn eq(&self, other: &EventsConfiguration) -> bool
fn eq(&self, other: &EventsConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.