Class: Aws::ElasticLoadBalancingV2::Types::TargetHealthDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::TargetHealthDescription
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about the health of a target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#administrative_override ⇒ Types::AdministrativeOverride
The administrative override information for the target.
-
#anomaly_detection ⇒ Types::AnomalyDetection
The anomaly detection result for the target.
-
#health_check_port ⇒ String
The port to use to connect with the target.
-
#target ⇒ Types::TargetDescription
The description of the target.
-
#target_health ⇒ Types::TargetHealth
The health information for the target.
Instance Attribute Details
#administrative_override ⇒ Types::AdministrativeOverride
The administrative override information for the target.
4804 4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4804 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health, :anomaly_detection, :administrative_override) SENSITIVE = [] include Aws::Structure end |
#anomaly_detection ⇒ Types::AnomalyDetection
The anomaly detection result for the target.
If no anomalies were detected, the result is normal.
If anomalies were detected, the result is anomalous.
4804 4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4804 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health, :anomaly_detection, :administrative_override) SENSITIVE = [] include Aws::Structure end |
#health_check_port ⇒ String
The port to use to connect with the target.
4804 4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4804 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health, :anomaly_detection, :administrative_override) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::TargetDescription
The description of the target.
4804 4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4804 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health, :anomaly_detection, :administrative_override) SENSITIVE = [] include Aws::Structure end |
#target_health ⇒ Types::TargetHealth
The health information for the target.
4804 4805 4806 4807 4808 4809 4810 4811 4812 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4804 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health, :anomaly_detection, :administrative_override) SENSITIVE = [] include Aws::Structure end |