paws.networking (version 0.1.6)

elb_describe_tags: Describes the tags associated with the specified load balancers

Description

Describes the tags associated with the specified load balancers.

Usage

elb_describe_tags(LoadBalancerNames)

Arguments

LoadBalancerNames

[required] The names of the load balancers.

Request syntax

svc$describe_tags(
  LoadBalancerNames = list(
    "string"
  )
)

Examples

Run this code
# NOT RUN {
# This example describes the tags for the specified load balancer.
# }
# NOT RUN {
svc$describe_tags(
  LoadBalancerNames = list(
    "my-load-balancer"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace