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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#administrative_overrideTypes::AdministrativeOverride

The administrative override information for the target.



4516
4517
4518
4519
4520
4521
4522
4523
4524
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4516

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

#anomaly_detectionTypes::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.



4516
4517
4518
4519
4520
4521
4522
4523
4524
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4516

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

#health_check_portString

The port to use to connect with the target.

Returns:

  • (String)


4516
4517
4518
4519
4520
4521
4522
4523
4524
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4516

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

#targetTypes::TargetDescription

The description of the target.



4516
4517
4518
4519
4520
4521
4522
4523
4524
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4516

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

#target_healthTypes::TargetHealth

The health information for the target.

Returns:



4516
4517
4518
4519
4520
4521
4522
4523
4524
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4516

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