Class: Aws::Types::DeviceStats
- Inherits:
-
Object
- Object
- Aws::Types::DeviceStats
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connected_device_count ⇒ ::Integer
Returns the value of attribute connected_device_count.
-
#registered_device_count ⇒ ::Integer
Returns the value of attribute registered_device_count.
Instance Attribute Details
#connected_device_count ⇒ ::Integer
Returns the value of attribute connected_device_count.
5451 5452 5453 |
# File 'sig/types.rbs', line 5451 def connected_device_count @connected_device_count end |
#registered_device_count ⇒ ::Integer
Returns the value of attribute registered_device_count.
5452 5453 5454 |
# File 'sig/types.rbs', line 5452 def registered_device_count @registered_device_count end |