AWSElasticLoadBalancingTargetHealthDescription
Objective-C
@interface AWSElasticLoadBalancingTargetHealthDescriptionSwift
class AWSElasticLoadBalancingTargetHealthDescriptionInformation about the health of a target.
- 
                  
                  The anomaly detection result for the target. If no anomalies were detected, the result is normal.If anomalies were detected, the result is anomalous.DeclarationObjective-C @property (nonatomic, strong) AWSElasticLoadBalancingAnomalyDetection *_Nullable anomalyDetection;Swift var anomalyDetection: AWSElasticLoadBalancingAnomalyDetection? { get set }
- 
                  
                  The port to use to connect with the target. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable healthCheckPort;Swift var healthCheckPort: String? { get set }
- 
                  
                  The description of the target. DeclarationObjective-C @property (nonatomic, strong) AWSElasticLoadBalancingTargetDescription *_Nullable target;Swift var target: AWSElasticLoadBalancingTargetDescription? { get set }
- 
                  
                  The health information for the target. DeclarationObjective-C @property (nonatomic, strong) AWSElasticLoadBalancingTargetHealth *_Nullable targetHealth;Swift var targetHealth: AWSElasticLoadBalancingTargetHealth? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSElasticLoadBalancingTargetHealthDescription Class Reference
        AWSElasticLoadBalancingTargetHealthDescription Class Reference