You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Transfer::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN you specified to list the tags of.

Returns:

  • (String)

    The ARN you specified to list the tags of.

#next_tokenString

When you can get additional results from the ListTagsForResource call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional tags.

Returns:

  • (String)

    When you can get additional results from the ListTagsForResource call, a NextToken parameter is returned in the output.

#tagsArray<Types::Tag>

Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items. Tags are metadata that you define.

Returns:

  • (Array<Types::Tag>)

    Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.