Skip to content

List Tags For Resource

detective_list_tags_for_resource R Documentation

Returns the tag values that are assigned to a behavior graph

Description

Returns the tag values that are assigned to a behavior graph.

Usage

detective_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The ARN of the behavior graph for which to retrieve the tag values.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)