class Aws::ElasticLoadBalancingV2::Types::TargetGroupTuple

Information about how traffic will be distributed between multiple target groups in a forward rule.

@note When making an API call, you may pass TargetGroupTuple

data as a hash:

    {
      target_group_arn: "TargetGroupArn",
      weight: 1,
    }

@!attribute [rw] target_group_arn

The Amazon Resource Name (ARN) of the target group.
@return [String]

@!attribute [rw] weight

The weight. The range is 0 to 999.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TargetGroupTuple AWS API Documentation

Constants

SENSITIVE