You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53Resolver::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListTagsForResourceResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#next_token ⇒ String
If more than
MaxResults
tags match the specified criteria, you can submit anotherListTagsForResource
request to get the next group of results. -
#tags ⇒ Array<Types::Tag>
The tags that are associated with the resource that you specified in the
ListTagsForResource
request.
Instance Attribute Details
#next_token ⇒ String
If more than MaxResults
tags match the specified criteria, you can
submit another ListTagsForResource
request to get the next group of
results. In the next request, specify the value of NextToken
from the
previous response.
#tags ⇒ Array<Types::Tag>
The tags that are associated with the resource that you specified in the
ListTagsForResource
request.