Class: Aws::ElasticLoadBalancingV2::Types::TargetGroupTuple
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::TargetGroupTuple
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about how traffic will be distributed between multiple target groups in a forward rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
-
#weight ⇒ Integer
The weight.
Instance Attribute Details
#target_group_arn ⇒ String
The Amazon Resource Name (ARN) of the target group.
4393 4394 4395 4396 4397 4398 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4393 class TargetGroupTuple < Struct.new( :target_group_arn, :weight) SENSITIVE = [] include Aws::Structure end |
#weight ⇒ Integer
The weight. The range is 0 to 999.
4393 4394 4395 4396 4397 4398 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4393 class TargetGroupTuple < Struct.new( :target_group_arn, :weight) SENSITIVE = [] include Aws::Structure end |