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

Class: Aws::ElasticLoadBalancing::Types::AddTagsInput

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

Overview

Note:

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

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

Contains the parameters for AddTags.

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_namesArray<String>

The name of the load balancer. You can specify one load balancer only.

Returns:

  • (Array<String>)

    The name of the load balancer.

#tagsArray<Types::Tag>

The tags.

Returns: