Class: Aws::Types::LocalHealthEventsConfig
- Inherits:
-
Object
- Object
- Aws::Types::LocalHealthEventsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_score_threshold ⇒ ::Float
Returns the value of attribute health_score_threshold.
-
#min_traffic_impact ⇒ ::Float
Returns the value of attribute min_traffic_impact.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#health_score_threshold ⇒ ::Float
Returns the value of attribute health_score_threshold.
303 304 305 |
# File 'sig/types.rbs', line 303 def health_score_threshold @health_score_threshold end |
#min_traffic_impact ⇒ ::Float
Returns the value of attribute min_traffic_impact.
304 305 306 |
# File 'sig/types.rbs', line 304 def min_traffic_impact @min_traffic_impact end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
302 303 304 |
# File 'sig/types.rbs', line 302 def status @status end |