Class: Aws::Types::EdgeModelStat
- Inherits:
-
Object
- Object
- Aws::Types::EdgeModelStat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_device_count ⇒ ::Integer
Returns the value of attribute active_device_count.
-
#connected_device_count ⇒ ::Integer
Returns the value of attribute connected_device_count.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#offline_device_count ⇒ ::Integer
Returns the value of attribute offline_device_count.
-
#sampling_device_count ⇒ ::Integer
Returns the value of attribute sampling_device_count.
Instance Attribute Details
#active_device_count ⇒ ::Integer
Returns the value of attribute active_device_count.
5665 5666 5667 |
# File 'sig/types.rbs', line 5665 def active_device_count @active_device_count end |
#connected_device_count ⇒ ::Integer
Returns the value of attribute connected_device_count.
5664 5665 5666 |
# File 'sig/types.rbs', line 5664 def connected_device_count @connected_device_count end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
5661 5662 5663 |
# File 'sig/types.rbs', line 5661 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
5662 5663 5664 |
# File 'sig/types.rbs', line 5662 def model_version @model_version end |
#offline_device_count ⇒ ::Integer
Returns the value of attribute offline_device_count.
5663 5664 5665 |
# File 'sig/types.rbs', line 5663 def offline_device_count @offline_device_count end |
#sampling_device_count ⇒ ::Integer
Returns the value of attribute sampling_device_count.
5666 5667 5668 |
# File 'sig/types.rbs', line 5666 def sampling_device_count @sampling_device_count end |