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

Class: Aws::Transfer::Types::ListTagsForResourceRequest

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

Overview

Note:

When passing ListTagsForResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "Arn", # required
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific AWS resource, such as a server, user, or role.

Returns:

  • (String)

    Requests the tags associated with a particular Amazon Resource Name (ARN).

#max_resultsInteger

Specifies the number of tags to return as a response to the ListTagsForResource request.

Returns:

  • (Integer)

    Specifies the number of tags to return as a response to the ListTagsForResource request.

#next_tokenString

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

Returns:

  • (String)

    When you request additional results from the ListTagsForResource operation, a NextToken parameter is returned in the input.