Class: Aws::Route53Resolver::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If more than
MaxResultstags match the specified criteria, you can submit anotherListTagsForResourcerequest to get the next group of results. -
#tags ⇒ Array<Types::Tag>
The tags that are associated with the resource that you specified in the
ListTagsForResourcerequest.
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.
3888 3889 3890 3891 3892 3893 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3888 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags that are associated with the resource that you specified in
the ListTagsForResource request.
3888 3889 3890 3891 3892 3893 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3888 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |