Struct aws_sdk_iot::model::IotSiteWiseAction
source · #[non_exhaustive]pub struct IotSiteWiseAction { /* private fields */ }
Expand description
Describes an action to send data from an MQTT message that triggered the rule to IoT SiteWise asset properties.
Implementations§
source§impl IotSiteWiseAction
impl IotSiteWiseAction
sourcepub fn put_asset_property_value_entries(
&self
) -> Option<&[PutAssetPropertyValueEntry]>
pub fn put_asset_property_value_entries(
&self
) -> Option<&[PutAssetPropertyValueEntry]>
A list of asset property value entries.
source§impl IotSiteWiseAction
impl IotSiteWiseAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IotSiteWiseAction
.
Trait Implementations§
source§impl Clone for IotSiteWiseAction
impl Clone for IotSiteWiseAction
source§fn clone(&self) -> IotSiteWiseAction
fn clone(&self) -> IotSiteWiseAction
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 IotSiteWiseAction
impl Debug for IotSiteWiseAction
source§impl PartialEq<IotSiteWiseAction> for IotSiteWiseAction
impl PartialEq<IotSiteWiseAction> for IotSiteWiseAction
source§fn eq(&self, other: &IotSiteWiseAction) -> bool
fn eq(&self, other: &IotSiteWiseAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.