Class: Aws::MediaPackageV2::Types::HarvestedDashManifest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::HarvestedDashManifest
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
Information about a harvested DASH manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_name ⇒ String
The name of the harvested DASH manifest.
Instance Attribute Details
#manifest_name ⇒ String
The name of the harvested DASH manifest.
2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2275 class HarvestedDashManifest < Struct.new( :manifest_name) SENSITIVE = [] include Aws::Structure end |