Class: Aws::Types::FaultStatistics
- Inherits:
-
Object
- Object
- Aws::Types::FaultStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#other_count ⇒ ::Integer
Returns the value of attribute other_count.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#other_count ⇒ ::Integer
Returns the value of attribute other_count.
201 202 203 |
# File 'sig/types.rbs', line 201 def other_count @other_count end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
202 203 204 |
# File 'sig/types.rbs', line 202 def total_count @total_count end |