Class: Aws::MediaLive::Types::TagsModel

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


11367
11368
11369
11370
11371
# File 'lib/aws-sdk-medialive/types.rb', line 11367

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