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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-route53/types.rb', line 5394

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