Class: Aws::Types::RequestImpactStatistics
- Inherits:
-
Object
- Object
- Aws::Types::RequestImpactStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fault_count ⇒ ::Integer
Returns the value of attribute fault_count.
-
#ok_count ⇒ ::Integer
Returns the value of attribute ok_count.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#fault_count ⇒ ::Integer
Returns the value of attribute fault_count.
698 699 700 |
# File 'sig/types.rbs', line 698 def fault_count @fault_count end |
#ok_count ⇒ ::Integer
Returns the value of attribute ok_count.
699 700 701 |
# File 'sig/types.rbs', line 699 def ok_count @ok_count end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
700 701 702 |
# File 'sig/types.rbs', line 700 def total_count @total_count end |