Class: Aws::MediaPackageV2::Types::HarvestedHlsManifest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::HarvestedHlsManifest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Information about a harvested HLS manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_name ⇒ String
The name of the harvested HLS manifest.
Instance Attribute Details
#manifest_name ⇒ String
The name of the harvested HLS manifest.
2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2913 class HarvestedHlsManifest < Struct.new( :manifest_name) SENSITIVE = [] include Aws::Structure end |