Class: Aws::EntityResolution::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListTagsForResourceOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
2140 2141 2142 2143 2144 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2140 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |