Class: Aws::Route53::Types::ListTagsForResourcesResponse

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

Overview

A complex type containing tags for the specified resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_tag_setsArray<Types::ResourceTagSet>

A list of ResourceTagSets containing tags associated with the specified resources.

Returns:



5434
5435
5436
5437
5438
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5434

class ListTagsForResourcesResponse < Struct.new(
  :resource_tag_sets)
  SENSITIVE = []
  include Aws::Structure
end