Class: Aws::DataZone::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags of the specified resource.

Returns:

  • (Hash<String,String>)


7985
7986
7987
7988
7989
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7985

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