class Aws::ElasticLoadBalancing::Types::AddTagsInput
Contains the parameters for AddTags.
@note When making an API call, you may pass AddTagsInput
data as a hash: { load_balancer_names: ["AccessPointName"], # required tags: [ # required { key: "TagKey", # required value: "TagValue", }, ], }
@!attribute [rw] load_balancer_names
The name of the load balancer. You can specify one load balancer only. @return [Array<String>]
@!attribute [rw] tags
The tags. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/AddTagsInput AWS API Documentation
Constants
- SENSITIVE