frauddetector_list_tags_for_resource: Lists all tags associated with the resource

View source: R/frauddetector_operations.R

frauddetector_list_tags_for_resourceR Documentation

Lists all tags associated with the resource

Description

Lists all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the response as part of your request. A null pagination token fetches the records from the beginning.

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

Usage

frauddetector_list_tags_for_resource(
  resourceARN,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

resourceARN

[required] The ARN that specifies the resource whose tags you want to list.

nextToken

The next token from the previous results.

maxResults

The maximum number of objects to return for the request.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.