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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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>)


3956
3957
3958
3959
3960
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3956

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