Class: Aws::CleanRooms::Types::ListTagsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ListTagsForResourceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A map of objects specifying each key name and value.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A map of objects specifying each key name and value.
5329 5330 5331 5332 5333 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5329 class ListTagsForResourceOutput < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |