Class: Aws::Types::InternetHealth
- Inherits:
-
Object
- Object
- Aws::Types::InternetHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability ⇒ Types::AvailabilityMeasurement
Returns the value of attribute availability.
-
#performance ⇒ Types::PerformanceMeasurement
Returns the value of attribute performance.
Instance Attribute Details
#availability ⇒ Types::AvailabilityMeasurement
Returns the value of attribute availability.
229 230 231 |
# File 'sig/types.rbs', line 229 def availability @availability end |
#performance ⇒ Types::PerformanceMeasurement
Returns the value of attribute performance.
230 231 232 |
# File 'sig/types.rbs', line 230 def performance @performance end |