Class: Aws::Types::AddThingsToThingGroupParams

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)


97
98
99
# File 'sig/types.rbs', line 97

def override_dynamic_groups
  @override_dynamic_groups
end

#thing_group_names::Array[::String]

Returns the value of attribute thing_group_names.

Returns:

  • (::Array[::String])


96
97
98
# File 'sig/types.rbs', line 96

def thing_group_names
  @thing_group_names
end