Class: Aws::Types::EdgeStatistics
- Inherits:
-
Object
- Object
- Aws::Types::EdgeStatistics
- 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.
133 134 135 |
# File 'sig/types.rbs', line 133 def error_statistics @error_statistics end |
#fault_statistics ⇒ Types::FaultStatistics
Returns the value of attribute fault_statistics.
134 135 136 |
# File 'sig/types.rbs', line 134 def fault_statistics @fault_statistics end |
#ok_count ⇒ ::Integer
Returns the value of attribute ok_count.
132 133 134 |
# File 'sig/types.rbs', line 132 def ok_count @ok_count end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
135 136 137 |
# File 'sig/types.rbs', line 135 def total_count @total_count end |
#total_response_time ⇒ ::Float
Returns the value of attribute total_response_time.
136 137 138 |
# File 'sig/types.rbs', line 136 def total_response_time @total_response_time end |