Class: Aws::Route53::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_tag_setTypes::ResourceTagSet

A ResourceTagSet containing tags associated with the specified resource.



5394
5395
5396
5397
5398
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 5394

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