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.
1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1519 class DescribeTargetHealthInput < Struct.new( :target_group_arn, :targets, :include) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::TargetDescription>
The targets.
1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1519 class DescribeTargetHealthInput < Struct.new( :target_group_arn, :targets, :include) SENSITIVE = [] include Aws::Structure end |