Skip to content

List Tags For Resource

billing_list_tags_for_resource R Documentation

Lists tags associated with the billing view resource

Description

Lists tags associated with the billing view resource.

Usage

billing_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource.

Value

A list with the following syntax:

list(
  resourceTags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)