Class: Aws::LocationService::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Tags that have been applied to the specified resource.
Instance Attribute Details
#tags ⇒ Hash<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"}
^
4899 4900 4901 4902 4903 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4899 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |