Class: Aws::ElasticLoadBalancingV2::Types::DescribeTargetHealthOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTargetHealthOutput
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_health_descriptions ⇒ Array<Types::TargetHealthDescription>
Information about the health of the targets.
Instance Attribute Details
#target_health_descriptions ⇒ Array<Types::TargetHealthDescription>
Information about the health of the targets.
1640 1641 1642 1643 1644 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1640 class DescribeTargetHealthOutput < Struct.new( :target_health_descriptions) SENSITIVE = [] include Aws::Structure end |