Class: Aws::MediaConnect::Types::ListTagsForGlobalResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A map of tag keys and values associated with the global resource.

Returns:

  • (Hash<String,String>)


3874
3875
3876
3877
3878
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3874

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