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 more