Class: Aws::Connect::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Information about the tags.

Returns:

  • (Hash<String,String>)


12284
12285
12286
12287
12288
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12284

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