#[non_exhaustive]pub struct DeviceShadowEnrichActivity { /* private fields */ }Expand description
An activity that adds information from the IoT Device Shadow service to a message.
Implementations§
source§impl DeviceShadowEnrichActivity
impl DeviceShadowEnrichActivity
sourcepub fn attribute(&self) -> Option<&str>
pub fn attribute(&self) -> Option<&str>
The name of the attribute that is added to the message.
sourcepub fn thing_name(&self) -> Option<&str>
pub fn thing_name(&self) -> Option<&str>
The name of the IoT device whose shadow information is added to the message.
source§impl DeviceShadowEnrichActivity
impl DeviceShadowEnrichActivity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeviceShadowEnrichActivity.
Trait Implementations§
source§impl Clone for DeviceShadowEnrichActivity
impl Clone for DeviceShadowEnrichActivity
source§fn clone(&self) -> DeviceShadowEnrichActivity
fn clone(&self) -> DeviceShadowEnrichActivity
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