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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#override_dynamic_groupsBoolean

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.

Returns:

  • (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_namesArray<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.

Returns:

  • (Array<String>)

    The list of groups to which you want to add the things that triggered the mitigation action.