List Tags For Resource
| pinpoint_list_tags_for_resource | R Documentation |
Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment¶
Description¶
Retrieves all the tags (keys and values) that are associated with an application, campaign, message template, or segment.
Usage¶
pinpoint_list_tags_for_resource(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
Value¶
A list with the following syntax:
list(
TagsModel = list(
tags = list(
"string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ResourceArn = "string"
)