fsx_list_tags_for_resource: Lists tags for Amazon FSx resources

View source: R/fsx_operations.R

fsx_list_tags_for_resourceR 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 MaxResults parameter specified in the request and the service's internal maximum number of items per page.

NextToken

Opaque pagination token returned from a previous list_tags_for_resource operation (String). If a token present, the action continues the list from where the returning call left off.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.