Class: Aws::Types::HealthEventsConfig
- Inherits:
-
Object
- Object
- Aws::Types::HealthEventsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_local_health_events_config ⇒ Types::LocalHealthEventsConfig
Returns the value of attribute availability_local_health_events_config.
-
#availability_score_threshold ⇒ ::Float
Returns the value of attribute availability_score_threshold.
-
#performance_local_health_events_config ⇒ Types::LocalHealthEventsConfig
Returns the value of attribute performance_local_health_events_config.
-
#performance_score_threshold ⇒ ::Float
Returns the value of attribute performance_score_threshold.
Instance Attribute Details
#availability_local_health_events_config ⇒ Types::LocalHealthEventsConfig
Returns the value of attribute availability_local_health_events_config.
183 184 185 |
# File 'sig/types.rbs', line 183 def availability_local_health_events_config @availability_local_health_events_config end |
#availability_score_threshold ⇒ ::Float
Returns the value of attribute availability_score_threshold.
181 182 183 |
# File 'sig/types.rbs', line 181 def availability_score_threshold @availability_score_threshold end |
#performance_local_health_events_config ⇒ Types::LocalHealthEventsConfig
Returns the value of attribute performance_local_health_events_config.
184 185 186 |
# File 'sig/types.rbs', line 184 def performance_local_health_events_config @performance_local_health_events_config end |
#performance_score_threshold ⇒ ::Float
Returns the value of attribute performance_score_threshold.
182 183 184 |
# File 'sig/types.rbs', line 182 def performance_score_threshold @performance_score_threshold end |