Skip to content

List Tags For Resource

braket_list_tags_for_resource R Documentation

Shows the tags associated with this resource

Description

Shows the tags associated with this resource.

Usage

braket_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] Specify the resourceArn for the resource whose tags to display.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)