proton_list_tags_for_resource {paws.compute}R Documentation

List tags for a resource

Description

List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.

See https://www.paws-r-sdk.com/docs/proton_list_tags_for_resource/ for full documentation.

Usage

proton_list_tags_for_resource(maxResults = NULL, nextToken = NULL, resourceArn)

Arguments

maxResults

The maximum number of tags to list.

nextToken

A token that indicates the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.

resourceArn

[required] The Amazon Resource Name (ARN) of the resource for the listed tags.


[Package paws.compute version 0.6.1 Index]