Class: Aws::MediaPackageVod::Types::TagsModel

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagevod/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


2016
2017
2018
2019
2020
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 2016

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