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.
5680 5681 5682 |
# File 'sig/types.rbs', line 5680 def active_device_count @active_device_count end |
#connected_device_count ⇒ ::Integer
Returns the value of attribute connected_device_count.
5679 5680 5681 |
# File 'sig/types.rbs', line 5679 def connected_device_count @connected_device_count end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
5676 5677 5678 |
# File 'sig/types.rbs', line 5676 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
5677 5678 5679 |
# File 'sig/types.rbs', line 5677 def model_version @model_version end |
#offline_device_count ⇒ ::Integer
Returns the value of attribute offline_device_count.
5678 5679 5680 |
# File 'sig/types.rbs', line 5678 def offline_device_count @offline_device_count end |
#sampling_device_count ⇒ ::Integer
Returns the value of attribute sampling_device_count.
5681 5682 5683 |
# File 'sig/types.rbs', line 5681 def sampling_device_count @sampling_device_count end |