You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancingV2::Types::TargetHealthDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::TargetHealthDescription
- Defined in:
- (unknown)
Overview
Information about the health of a target.
Instance Attribute Summary collapse
-
#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
#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.