Class: Aws::MediaLive::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


8052
8053
8054
8055
8056
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8052

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