class Aws::Transfer::Types::ListTagsForResourceRequest

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

data as a hash:

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

@!attribute [rw] arn

Requests the tags associated with a particular Amazon Resource Name
(ARN). An ARN is an identifier for a specific Amazon Web Services
resource, such as a server, user, or role.
@return [String]

@!attribute [rw] max_results

Specifies the number of tags to return as a response to the
`ListTagsForResource` request.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE