Class: Aws::Types::DeviceStats

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connected_device_count::Integer

Returns the value of attribute connected_device_count.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


5452
5453
5454
# File 'sig/types.rbs', line 5452

def registered_device_count
  @registered_device_count
end