Class: Aws::CleanRooms::Types::ListTagsForResourceOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A map of objects specifying each key name and value.

Returns:

  • (Hash<String,String>)


5329
5330
5331
5332
5333
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5329

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