Class: Aws::Types::UpdateThingGroupsForThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThingGroupsForThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#override_dynamic_groups ⇒ Boolean
Returns the value of attribute override_dynamic_groups.
-
#thing_groups_to_add ⇒ ::Array[::String]
Returns the value of attribute thing_groups_to_add.
-
#thing_groups_to_remove ⇒ ::Array[::String]
Returns the value of attribute thing_groups_to_remove.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#override_dynamic_groups ⇒ Boolean
Returns the value of attribute override_dynamic_groups.
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.
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.
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.
5375 5376 5377 |
# File 'sig/types.rbs', line 5375 def thing_name @thing_name end |