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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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>)


10523
10524
10525
10526
10527
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10523

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