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

Class: Aws::Route53Resolver::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:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of tags that you want to return in the response to a ListTagsForResource request. If you don\'t specify a value for MaxResults, Resolver returns up to 100 tags.

Returns:

  • (Integer)

    The maximum number of tags that you want to return in the response to a ListTagsForResource request.

#next_tokenString

For the first ListTagsForResource request, omit this value.

If you have more than MaxResults tags, you can submit another ListTagsForResource request to get the next group of tags for the resource. In the next request, specify the value of NextToken from the previous response.

Returns:

  • (String)

    For the first ListTagsForResource request, omit this value.

#resource_arnString

The Amazon Resource Name (ARN) for the resource that you want to list tags for.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the resource that you want to list tags for.