ssoadmin_list_tags_for_resource: Lists the tags that are attached to a specified resource

View source: R/ssoadmin_operations.R

ssoadmin_list_tags_for_resourceR Documentation

Lists the tags that are attached to a specified resource

Description

Lists the tags that are attached to a specified resource.

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

Usage

ssoadmin_list_tags_for_resource(
  InstanceArn = NULL,
  NextToken = NULL,
  ResourceArn
)

Arguments

InstanceArn

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

NextToken

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

ResourceArn

[required] The ARN of the resource with the tags to be listed.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.