Describe Tags
elb_describe_tags | R Documentation |
Describes the tags associated with the specified load balancers¶
Description¶
Describes the tags associated with the specified load balancers.
Usage¶
Arguments¶
LoadBalancerNames
[required] The names of the load balancers.
Value¶
A list with the following syntax:
list(
TagDescriptions = list(
list(
LoadBalancerName = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
)