class Aws::Route53Resolver::Types::ListTagsForResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

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

@!attribute [rw] max_results

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

@!attribute [rw] next_token

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

@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE