Class: Aws::ElasticLoadBalancingV2::Types::DescribeTargetHealthInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::DescribeTargetHealthInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include ⇒ Array<String>
Used to include anomaly detection information.
-
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
-
#targets ⇒ Array<Types::TargetDescription>
The targets.
Instance Attribute Details
#include ⇒ Array<String>
Used to include anomaly detection information.
1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1626 class DescribeTargetHealthInput < Struct.new( :target_group_arn, :targets, :include) SENSITIVE = [] include Aws::Structure end |
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1626 class DescribeTargetHealthInput < Struct.new( :target_group_arn, :targets, :include) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::TargetDescription>
The targets.
1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1626 class DescribeTargetHealthInput < Struct.new( :target_group_arn, :targets, :include) SENSITIVE = [] include Aws::Structure end |