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.
5661 5662 5663 |
# File 'sig/types.rbs', line 5661 def active_device_count @active_device_count end |
#connected_device_count ⇒ ::Integer
Returns the value of attribute connected_device_count.
5660 5661 5662 |
# File 'sig/types.rbs', line 5660 def connected_device_count @connected_device_count end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
5657 5658 5659 |
# File 'sig/types.rbs', line 5657 def model_name @model_name end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
5658 5659 5660 |
# File 'sig/types.rbs', line 5658 def model_version @model_version end |
#offline_device_count ⇒ ::Integer
Returns the value of attribute offline_device_count.
5659 5660 5661 |
# File 'sig/types.rbs', line 5659 def offline_device_count @offline_device_count end |
#sampling_device_count ⇒ ::Integer
Returns the value of attribute sampling_device_count.
5662 5663 5664 |
# File 'sig/types.rbs', line 5662 def sampling_device_count @sampling_device_count end |