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