Class: Aws::Types::DeleteDeviceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDeviceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
680 681 682 |
# File 'sig/types.rbs', line 680 def global_network_id @global_network_id end |