paws.storage (version 0.1.0)

storagegateway_list_tags_for_resource: Lists the tags that have been added to the specified resource

Description

Lists the tags that have been added to the specified resource. This operation is only supported in the cached volume, stored volume and tape gateway type.

Usage

storagegateway_list_tags_for_resource(ResourceARN, Marker, Limit)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) of the resource for which you want to list tags.

Marker

An opaque string that indicates the position at which to begin returning the list of tags.

Limit

Specifies that the list of tags returned be limited to the specified number of items.

Request syntax

svc$list_tags_for_resource(
  ResourceARN = "string",
  Marker = "string",
  Limit = 123
)

Examples

Run this code
# NOT RUN {
# Lists the tags that have been added to the specified resource.
# }
# NOT RUN {
svc$list_tags_for_resource(
  Limit = 1L,
  Marker = "1",
  ResourceARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-11A2222B"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab