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
- Struct
- Aws::Route53Resolver::Types::ListTagsForResourceRequest
- Defined in:
- (unknown)
Overview
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
-
#max_results ⇒ Integer
The maximum number of tags that you want to return in the response to a
ListTagsForResource
request. -
#next_token ⇒ String
For the first
ListTagsForResource
request, omit this value. -
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the resource that you want to list tags for.
Instance Attribute Details
#max_results ⇒ Integer
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.
#next_token ⇒ String
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.
#resource_arn ⇒ String
The Amazon Resource Name (ARN) for the resource that you want to list tags for.