fsx_list_tags_for_resource {paws.storage} | R Documentation |
Lists tags for Amazon FSx resources
Description
Lists tags for Amazon FSx resources.
See https://www.paws-r-sdk.com/docs/fsx_list_tags_for_resource/ for full documentation.
Usage
fsx_list_tags_for_resource(ResourceARN, MaxResults = NULL, NextToken = NULL)
Arguments
ResourceARN |
[required] The ARN of the Amazon FSx resource that will have its tags listed. |
MaxResults |
Maximum number of tags to return in the response (integer). This
parameter value must be greater than 0. The number of items that Amazon
FSx returns is the minimum of the |
NextToken |
Opaque pagination token returned from a previous
|
[Package paws.storage version 0.9.0 Index]