Struct aws_sdk_iot::model::AddThingsToThingGroupParams
source · #[non_exhaustive]pub struct AddThingsToThingGroupParams { /* private fields */ }
Expand description
Parameters used when defining a mitigation action that move a set of things to a thing group.
Implementations§
source§impl AddThingsToThingGroupParams
impl AddThingsToThingGroupParams
sourcepub fn thing_group_names(&self) -> Option<&[String]>
pub fn thing_group_names(&self) -> Option<&[String]>
The list of groups to which you want to add the things that triggered the mitigation action. You can add a thing to a maximum of 10 groups, but you can't add a thing to more than one group in the same hierarchy.
sourcepub fn override_dynamic_groups(&self) -> Option<bool>
pub fn override_dynamic_groups(&self) -> Option<bool>
Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic thing groups.
source§impl AddThingsToThingGroupParams
impl AddThingsToThingGroupParams
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddThingsToThingGroupParams
.
Trait Implementations§
source§impl Clone for AddThingsToThingGroupParams
impl Clone for AddThingsToThingGroupParams
source§fn clone(&self) -> AddThingsToThingGroupParams
fn clone(&self) -> AddThingsToThingGroupParams
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 AddThingsToThingGroupParams
impl Debug for AddThingsToThingGroupParams
source§impl PartialEq<AddThingsToThingGroupParams> for AddThingsToThingGroupParams
impl PartialEq<AddThingsToThingGroupParams> for AddThingsToThingGroupParams
source§fn eq(&self, other: &AddThingsToThingGroupParams) -> bool
fn eq(&self, other: &AddThingsToThingGroupParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.