Class: Aws::Route53Resolver::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


3379
3380
3381
3382
3383
3384
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3379

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags that are associated with the resource that you specified in the ListTagsForResource request.

Returns:



3379
3380
3381
3382
3383
3384
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3379

class ListTagsForResourceResponse < Struct.new(
  :tags,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end