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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 ‘ResourceTagSet`s containing tags associated with the specified resources.

Returns:



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

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