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.
2303 2304 2305 2306 2307 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2303 class HarvestedLowLatencyHlsManifest < Struct.new( :manifest_name) SENSITIVE = [] include Aws::Structure end |