Class: Aws::Types::TargetHealthDescription
- Inherits:
-
Object
- Object
- Aws::Types::TargetHealthDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#administrative_override ⇒ Types::AdministrativeOverride
Returns the value of attribute administrative_override.
-
#anomaly_detection ⇒ Types::AnomalyDetection
Returns the value of attribute anomaly_detection.
-
#health_check_port ⇒ ::String
Returns the value of attribute health_check_port.
-
#target ⇒ Types::TargetDescription
Returns the value of attribute target.
-
#target_health ⇒ Types::TargetHealth
Returns the value of attribute target_health.
Instance Attribute Details
#administrative_override ⇒ Types::AdministrativeOverride
Returns the value of attribute administrative_override.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def administrative_override @administrative_override end |
#anomaly_detection ⇒ Types::AnomalyDetection
Returns the value of attribute anomaly_detection.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def anomaly_detection @anomaly_detection end |
#health_check_port ⇒ ::String
Returns the value of attribute health_check_port.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def health_check_port @health_check_port end |
#target ⇒ Types::TargetDescription
Returns the value of attribute target.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def target @target end |
#target_health ⇒ Types::TargetHealth
Returns the value of attribute target_health.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def target_health @target_health end |