Class: Aws::Types::PerformanceMeasurement
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceMeasurement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#experience_score ⇒ ::Float
Returns the value of attribute experience_score.
-
#percent_of_client_location_impacted ⇒ ::Float
Returns the value of attribute percent_of_client_location_impacted.
-
#percent_of_total_traffic_impacted ⇒ ::Float
Returns the value of attribute percent_of_total_traffic_impacted.
-
#round_trip_time ⇒ Types::RoundTripTime
Returns the value of attribute round_trip_time.
Instance Attribute Details
#experience_score ⇒ ::Float
Returns the value of attribute experience_score.
335 336 337 |
# File 'sig/types.rbs', line 335 def experience_score @experience_score end |
#percent_of_client_location_impacted ⇒ ::Float
Returns the value of attribute percent_of_client_location_impacted.
337 338 339 |
# File 'sig/types.rbs', line 337 def percent_of_client_location_impacted @percent_of_client_location_impacted end |
#percent_of_total_traffic_impacted ⇒ ::Float
Returns the value of attribute percent_of_total_traffic_impacted.
336 337 338 |
# File 'sig/types.rbs', line 336 def percent_of_total_traffic_impacted @percent_of_total_traffic_impacted end |
#round_trip_time ⇒ Types::RoundTripTime
Returns the value of attribute round_trip_time.
338 339 340 |
# File 'sig/types.rbs', line 338 def round_trip_time @round_trip_time end |