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


12052
12053
12054
12055
12056
# File 'lib/aws-sdk-glue/types.rb', line 12052

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