Class: Aws::DataZone::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags of the specified resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags of the specified resource.
13535 13536 13537 13538 13539 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 13535 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |