Skip to content

List Tags For Resource

sagemakergeospatialcapabilities_list_tags_for_resource R Documentation

Lists the tags attached to the resource

Description

Lists the tags attached to the resource.

Usage

sagemakergeospatialcapabilities_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

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

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)