Class: Aws::ElasticLoadBalancingV2::Types::TargetHealthDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about the health of a target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_portString

The port to use to connect with the target.

Returns:

  • (String)


3481
3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3481

class TargetHealthDescription < Struct.new(
  :target,
  :health_check_port,
  :target_health)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::TargetDescription

The description of the target.



3481
3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3481

class TargetHealthDescription < Struct.new(
  :target,
  :health_check_port,
  :target_health)
  SENSITIVE = []
  include Aws::Structure
end

#target_healthTypes::TargetHealth

The health information for the target.

Returns:



3481
3482
3483
3484
3485
3486
3487
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3481

class TargetHealthDescription < Struct.new(
  :target,
  :health_check_port,
  :target_health)
  SENSITIVE = []
  include Aws::Structure
end