Class: Aws::IoT::Types::AddThingToThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AddThingToThingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#override_dynamic_groups ⇒ Boolean
Override dynamic thing groups with static thing groups when 10-group limit is reached.
-
#thing_arn ⇒ String
The ARN of the thing to add to a group.
-
#thing_group_arn ⇒ String
The ARN of the group to which you are adding a thing.
-
#thing_group_name ⇒ String
The name of the group to which you are adding a thing.
-
#thing_name ⇒ String
The name of the thing to add to a group.
Instance Attribute Details
#override_dynamic_groups ⇒ Boolean
Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
333 334 335 336 337 338 339 340 341 |
# File 'lib/aws-sdk-iot/types.rb', line 333 class AddThingToThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn, :override_dynamic_groups) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of the thing to add to a group.
333 334 335 336 337 338 339 340 341 |
# File 'lib/aws-sdk-iot/types.rb', line 333 class AddThingToThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn, :override_dynamic_groups) SENSITIVE = [] include Aws::Structure end |
#thing_group_arn ⇒ String
The ARN of the group to which you are adding a thing.
333 334 335 336 337 338 339 340 341 |
# File 'lib/aws-sdk-iot/types.rb', line 333 class AddThingToThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn, :override_dynamic_groups) SENSITIVE = [] include Aws::Structure end |
#thing_group_name ⇒ String
The name of the group to which you are adding a thing.
333 334 335 336 337 338 339 340 341 |
# File 'lib/aws-sdk-iot/types.rb', line 333 class AddThingToThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn, :override_dynamic_groups) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing to add to a group.
333 334 335 336 337 338 339 340 341 |
# File 'lib/aws-sdk-iot/types.rb', line 333 class AddThingToThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn, :override_dynamic_groups) SENSITIVE = [] include Aws::Structure end |