Skip to content

List Tags For Resource

licensemanagerlinuxsubscriptions_list_tags_for_resource R Documentation

List the metadata tags that are assigned to the specified Amazon Web Services resource

Description

List the metadata tags that are assigned to the specified Amazon Web Services resource.

Usage

licensemanagerlinuxsubscriptions_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource for which to list metadata tags.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)