Struct aws_sdk_lambda::model::SelfManagedEventSource
source · #[non_exhaustive]pub struct SelfManagedEventSource { /* private fields */ }
Expand description
The self-managed Apache Kafka cluster for your event source.
Implementations§
source§impl SelfManagedEventSource
impl SelfManagedEventSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SelfManagedEventSource
.
Trait Implementations§
source§impl Clone for SelfManagedEventSource
impl Clone for SelfManagedEventSource
source§fn clone(&self) -> SelfManagedEventSource
fn clone(&self) -> SelfManagedEventSource
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 SelfManagedEventSource
impl Debug for SelfManagedEventSource
source§impl PartialEq<SelfManagedEventSource> for SelfManagedEventSource
impl PartialEq<SelfManagedEventSource> for SelfManagedEventSource
source§fn eq(&self, other: &SelfManagedEventSource) -> bool
fn eq(&self, other: &SelfManagedEventSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.