Class: Aws::IoT::Types::AddThingToThingGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#override_dynamic_groupsBoolean

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.

Returns:

  • (Boolean)


333
334
335
336
337
338
339
340
341
# File 'gems/aws-sdk-iot/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_arnString

The ARN of the thing to add to a group.

Returns:

  • (String)


333
334
335
336
337
338
339
340
341
# File 'gems/aws-sdk-iot/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_arnString

The ARN of the group to which you are adding a thing.

Returns:

  • (String)


333
334
335
336
337
338
339
340
341
# File 'gems/aws-sdk-iot/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_nameString

The name of the group to which you are adding a thing.

Returns:

  • (String)


333
334
335
336
337
338
339
340
341
# File 'gems/aws-sdk-iot/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_nameString

The name of the thing to add to a group.

Returns:

  • (String)


333
334
335
336
337
338
339
340
341
# File 'gems/aws-sdk-iot/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