Skip to content

List Tags For Resource

licensemanagerusersubscriptions_list_tags_for_resource R Documentation

Returns the list of tags for the specified resource

Description

Returns the list of tags for the specified resource.

Usage

licensemanagerusersubscriptions_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)