Class: Aws::MediaPackage::Types::TagsModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::TagsModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#tags ⇒ Hash<String,String>
2258 2259 2260 2261 2262 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 2258 class TagsModel < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |