You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancing::Types::RemoveTagsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveTagsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Contains the parameters for RemoveTags.

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_namesArray<String>

The name of the load balancer. You can specify a maximum of one load balancer name.

Returns:

  • (Array<String>)

    The name of the load balancer.

#tagsArray<Types::TagKeyOnly>

The list of tag keys to remove.

Returns: