class Aws::StorageGateway::Types::ListTagsForResourceInput

ListTagsForResourceInput

@note When making an API call, you may pass ListTagsForResourceInput

data as a hash:

    {
      resource_arn: "ResourceARN", # required
      marker: "Marker",
      limit: 1,
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] marker

An opaque string that indicates the position at which to begin
returning the list of tags.
@return [String]

@!attribute [rw] limit

Specifies that the list of tags returned be limited to the specified
number of items.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTagsForResourceInput AWS API Documentation

Constants

SENSITIVE