Class: Aws::Types::AddThingToThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddThingToThingGroupRequest
- 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_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
-
#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.
88 89 90 |
# File 'sig/types.rbs', line 88 def override_dynamic_groups @override_dynamic_groups end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def thing_arn @thing_arn end |
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
85 86 87 |
# File 'sig/types.rbs', line 85 def thing_group_arn @thing_group_arn end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
84 85 86 |
# File 'sig/types.rbs', line 84 def thing_group_name @thing_group_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def thing_name @thing_name end |