Class: Aws::Types::AvailabilityMeasurement
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityMeasurement
- 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.
Instance Attribute Details
#experience_score ⇒ ::Float
Returns the value of attribute experience_score.
17 18 19 |
# File 'sig/types.rbs', line 17 def experience_score @experience_score end |
#percent_of_client_location_impacted ⇒ ::Float
Returns the value of attribute percent_of_client_location_impacted.
19 20 21 |
# File 'sig/types.rbs', line 19 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.
18 19 20 |
# File 'sig/types.rbs', line 18 def percent_of_total_traffic_impacted @percent_of_total_traffic_impacted end |