Class: Aws::GlueDataBrew::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A list of tags associated with the DataBrew resource.

Returns:

  • (Hash<String,String>)


2753
2754
2755
2756
2757
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2753

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