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)


5455
5456
5457
# File 'sig/types.rbs', line 5455

def connected_device_count
  @connected_device_count
end

#registered_device_count::Integer

Returns the value of attribute registered_device_count.

Returns:

  • (::Integer)


5456
5457
5458
# File 'sig/types.rbs', line 5456

def registered_device_count
  @registered_device_count
end