Class: Aws::Types::DissociateEntityFromThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DissociateEntityFromThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_type ⇒ "DEVICE", ...
Returns the value of attribute entity_type.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#entity_type ⇒ "DEVICE", ...
Returns the value of attribute entity_type.
147 148 149 |
# File 'sig/types.rbs', line 147 def entity_type @entity_type end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
146 147 148 |
# File 'sig/types.rbs', line 146 def thing_name @thing_name end |