Class: Aws::Route53::Types::ListTagsForResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListTagsForResourcesResponse
- 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
-
#resource_tag_sets ⇒ Array<Types::ResourceTagSet>
A list of
ResourceTagSet
s containing tags associated with the specified resources.
Instance Attribute Details
#resource_tag_sets ⇒ Array<Types::ResourceTagSet>
A list of ResourceTagSet
s containing tags associated with the
specified resources.
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 |