Class: Aws::Types::RemoveThingFromThingGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveThingFromThingGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
4277 4278 4279 |
# File 'sig/types.rbs', line 4277 def thing_arn @thing_arn end |
#thing_group_arn ⇒ ::String
Returns the value of attribute thing_group_arn.
4275 4276 4277 |
# File 'sig/types.rbs', line 4275 def thing_group_arn @thing_group_arn end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
4274 4275 4276 |
# File 'sig/types.rbs', line 4274 def thing_group_name @thing_group_name end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
4276 4277 4278 |
# File 'sig/types.rbs', line 4276 def thing_name @thing_name end |