Class: Aws::Route53Profiles::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags that are associated with the resource that you specified in the ListTagsForResource request.

Returns:

  • (Hash<String,String>)


577
578
579
580
581
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 577

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