Class: Aws::Types::ServiceStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ServiceStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_statistics ⇒ Types::ErrorStatistics
Returns the value of attribute error_statistics.
-
#fault_statistics ⇒ Types::FaultStatistics
Returns the value of attribute fault_statistics.
-
#ok_count ⇒ ::Integer
Returns the value of attribute ok_count.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
-
#total_response_time ⇒ ::Float
Returns the value of attribute total_response_time.
Instance Attribute Details
#error_statistics ⇒ Types::ErrorStatistics
Returns the value of attribute error_statistics.
902 903 904 |
# File 'sig/types.rbs', line 902 def error_statistics @error_statistics end |
#fault_statistics ⇒ Types::FaultStatistics
Returns the value of attribute fault_statistics.
903 904 905 |
# File 'sig/types.rbs', line 903 def fault_statistics @fault_statistics end |
#ok_count ⇒ ::Integer
Returns the value of attribute ok_count.
901 902 903 |
# File 'sig/types.rbs', line 901 def ok_count @ok_count end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
904 905 906 |
# File 'sig/types.rbs', line 904 def total_count @total_count end |
#total_response_time ⇒ ::Float
Returns the value of attribute total_response_time.
905 906 907 |
# File 'sig/types.rbs', line 905 def total_response_time @total_response_time end |