Class: Aws::Types::ErrorStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ErrorStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#other_count ⇒ ::Integer
Returns the value of attribute other_count.
-
#throttle_count ⇒ ::Integer
Returns the value of attribute throttle_count.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#other_count ⇒ ::Integer
Returns the value of attribute other_count.
172 173 174 |
# File 'sig/types.rbs', line 172 def other_count @other_count end |
#throttle_count ⇒ ::Integer
Returns the value of attribute throttle_count.
171 172 173 |
# File 'sig/types.rbs', line 171 def throttle_count @throttle_count end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
173 174 175 |
# File 'sig/types.rbs', line 173 def total_count @total_count end |