Struct aws_sdk_iotanalytics::model::ChannelActivity
source · #[non_exhaustive]pub struct ChannelActivity { /* private fields */ }Expand description
The activity that determines the source of the messages to be processed.
Implementations§
source§impl ChannelActivity
impl ChannelActivity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChannelActivity.
Trait Implementations§
source§impl Clone for ChannelActivity
impl Clone for ChannelActivity
source§fn clone(&self) -> ChannelActivity
fn clone(&self) -> ChannelActivity
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