Class: Aws::Types::UpdateThingGroupsForThingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#override_dynamic_groupsBoolean

Returns the value of attribute override_dynamic_groups.

Returns:

  • (Boolean)


5378
5379
5380
# File 'sig/types.rbs', line 5378

def override_dynamic_groups
  @override_dynamic_groups
end

#thing_groups_to_add::Array[::String]

Returns the value of attribute thing_groups_to_add.

Returns:

  • (::Array[::String])


5376
5377
5378
# File 'sig/types.rbs', line 5376

def thing_groups_to_add
  @thing_groups_to_add
end

#thing_groups_to_remove::Array[::String]

Returns the value of attribute thing_groups_to_remove.

Returns:

  • (::Array[::String])


5377
5378
5379
# File 'sig/types.rbs', line 5377

def thing_groups_to_remove
  @thing_groups_to_remove
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


5375
5376
5377
# File 'sig/types.rbs', line 5375

def thing_name
  @thing_name
end