Class: Aws::Types::AssociateWirelessDeviceWithThingRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateWirelessDeviceWithThingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
89 90 91 |
# File 'sig/types.rbs', line 89 def id @id end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
90 91 92 |
# File 'sig/types.rbs', line 90 def thing_arn @thing_arn end |