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
-
#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.
4391 4392 4393 4394 4395 4396 4397 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4391 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::TargetDescription
The description of the target.
4391 4392 4393 4394 4395 4396 4397 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4391 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health) SENSITIVE = [] include Aws::Structure end |
#target_health ⇒ Types::TargetHealth
The health information for the target.
4391 4392 4393 4394 4395 4396 4397 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4391 class TargetHealthDescription < Struct.new( :target, :health_check_port, :target_health) SENSITIVE = [] include Aws::Structure end |