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>)


15939
15940
15941
15942
15943
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15939

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