Class: Aws::LocationService::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: "TagKey" : "TagValue".

  • Format example: \{"tag1" : "value1", "tag2" : "value2"\}

^

Returns:

  • (Hash<String,String>)


4466
4467
4468
4469
4470
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4466

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