Class: Aws::ServiceDiscovery::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The tags that are assigned to the resource.

Returns:



1929
1930
1931
1932
1933
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1929

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