Class: Aws::NotificationsContacts::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items. Tags are metadata that you define.

Returns:

  • (Hash<String,String>)


275
276
277
278
279
# File 'gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb', line 275

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