paws.analytics (version 0.1.0)

athena_list_tags_for_resource: Lists the tags associated with this workgroup

Description

Lists the tags associated with this workgroup.

Usage

athena_list_tags_for_resource(ResourceARN, NextToken, MaxResults)

Arguments

ResourceARN

[required] Lists the tags for the workgroup resource with the specified ARN.

NextToken

The token for the next set of results, or null if there are no additional results for this request, where the request lists the tags for the workgroup resource with the specified ARN.

MaxResults

The maximum number of results to be returned per request that lists the tags for the workgroup resource.

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string",
  NextToken = "string",
  MaxResults = 123
)