You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::AddThingsToThingGroupParams
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AddThingsToThingGroupParams
- Defined in:
- (unknown)
Overview
When passing AddThingsToThingGroupParams as input to an Aws::Client method, you can use a vanilla Hash:
{
thing_group_names: ["ThingGroupName"], # required
override_dynamic_groups: false,
}
Parameters used when defining a mitigation action that move a set of things to a thing group.
Returned by:
Instance Attribute Summary collapse
-
#override_dynamic_groups ⇒ Boolean
Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic things groups.
-
#thing_group_names ⇒ Array<String>
The list of groups to which you want to add the things that triggered the mitigation action.
Instance Attribute Details
#override_dynamic_groups ⇒ Boolean
Specifies if this mitigation action can move the things that triggered the mitigation action even if they are part of one or more dynamic things groups.
#thing_group_names ⇒ Array<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 cannot add a thing to more than one group in the same hierarchy.