class Aws::ElasticLoadBalancingV2::Types::ModifyTargetGroupAttributesInput

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

data as a hash:

    {
      target_group_arn: "TargetGroupArn", # required
      attributes: [ # required
        {
          key: "TargetGroupAttributeKey",
          value: "TargetGroupAttributeValue",
        },
      ],
    }

@!attribute [rw] target_group_arn

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

@!attribute [rw] attributes

The attributes.
@return [Array<Types::TargetGroupAttribute>]

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

Constants

SENSITIVE