Class: Aws::Route53::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains information about the health checks or hosted zones for which you want to list tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_tag_set ⇒ Types::ResourceTagSet
A
ResourceTagSet
containing tags associated with the specified resource.
Instance Attribute Details
#resource_tag_set ⇒ Types::ResourceTagSet
A ResourceTagSet
containing tags associated with the specified
resource.
5291 5292 5293 5294 5295 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5291 class ListTagsForResourceResponse < Struct.new( :resource_tag_set) SENSITIVE = [] include Aws::Structure end |