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.
5392 5393 5394 5395 5396 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5392 class ListTagsForResourceResponse < Struct.new( :resource_tag_set) SENSITIVE = [] include Aws::Structure end |