Class: Aws::Glue::Types::GetTagsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The requested tags.

Returns:

  • (Hash<String,String>)


11762
11763
11764
11765
11766
# File 'lib/aws-sdk-glue/types.rb', line 11762

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