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.
2870 2871 2872 2873 2874 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2870 class HarvestedHlsManifest < Struct.new( :manifest_name) SENSITIVE = [] include Aws::Structure end |