Struct aws_sdk_iot::model::AddThingsToThingGroupParams [−][src]
#[non_exhaustive]pub struct AddThingsToThingGroupParams {
pub thing_group_names: Option<Vec<String>>,
pub override_dynamic_groups: bool,
}
Expand description
Parameters used when defining a mitigation action that move a set of things to a thing group.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.thing_group_names: Option<Vec<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.
override_dynamic_groups: 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.
Implementations
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.
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.
Creates a new builder-style object to manufacture AddThingsToThingGroupParams
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AddThingsToThingGroupParams
impl Send for AddThingsToThingGroupParams
impl Sync for AddThingsToThingGroupParams
impl Unpin for AddThingsToThingGroupParams
impl UnwindSafe for AddThingsToThingGroupParams
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more