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