class Aws::ElasticLoadBalancing::Types::RemoveTagsInput

Contains the parameters for RemoveTags.

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

data as a hash:

    {
      load_balancer_names: ["AccessPointName"], # required
      tags: [ # required
        {
          key: "TagKey",
        },
      ],
    }

@!attribute [rw] load_balancer_names

The name of the load balancer. You can specify a maximum of one load
balancer name.
@return [Array<String>]

@!attribute [rw] tags

The list of tag keys to remove.
@return [Array<Types::TagKeyOnly>]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/RemoveTagsInput AWS API Documentation

Constants

SENSITIVE