Class: Aws::WorkLink::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags attached to the resource. A tag is a key-value pair.

Returns:

  • (Hash<String,String>)


832
833
834
835
836
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 832

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