Class: Aws::NotificationsContacts::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NotificationsContacts::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-notificationscontacts/lib/aws-sdk-notificationscontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Key-value pairs that are assigned to a resource, usually for the purpose of grouping and searching for items.
Instance Attribute Details
#tags ⇒ Hash<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.
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 |