Class: Aws::ElasticLoadBalancingV2::Types::TargetGroupTuple

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#target_group_arnString

The Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


3929
3930
3931
3932
3933
3934
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3929

class TargetGroupTuple < Struct.new(
  :target_group_arn,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end

#weightInteger

The weight. The range is 0 to 999.

Returns:

  • (Integer)


3929
3930
3931
3932
3933
3934
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3929

class TargetGroupTuple < Struct.new(
  :target_group_arn,
  :weight)
  SENSITIVE = []
  include Aws::Structure
end