paws.management (version 0.1.0)

resourcegroups_get_tags: Returns a list of tags that are associated with a resource, specified by an ARN

Description

Returns a list of tags that are associated with a resource, specified by an ARN.

Usage

resourcegroups_get_tags(Arn)

Arguments

Arn

[required] The ARN of the resource for which you want a list of tags. The resource must exist within the account you are using.

Request syntax

svc$get_tags(
  Arn = "string"
)