Class: Aws::MediaPackageV2::Types::HarvestedManifests
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::HarvestedManifests
- Defined in:
- gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb
Overview
A collection of harvested manifests of different types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dash_manifests ⇒ Array<Types::HarvestedDashManifest>
A list of harvested DASH manifests.
-
#hls_manifests ⇒ Array<Types::HarvestedHlsManifest>
A list of harvested HLS manifests.
-
#low_latency_hls_manifests ⇒ Array<Types::HarvestedLowLatencyHlsManifest>
A list of harvested Low-Latency HLS manifests.
Instance Attribute Details
#dash_manifests ⇒ Array<Types::HarvestedDashManifest>
A list of harvested DASH manifests.
2325 2326 2327 2328 2329 2330 2331 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2325 class HarvestedManifests < Struct.new( :hls_manifests, :dash_manifests, :low_latency_hls_manifests) SENSITIVE = [] include Aws::Structure end |
#hls_manifests ⇒ Array<Types::HarvestedHlsManifest>
A list of harvested HLS manifests.
2325 2326 2327 2328 2329 2330 2331 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2325 class HarvestedManifests < Struct.new( :hls_manifests, :dash_manifests, :low_latency_hls_manifests) SENSITIVE = [] include Aws::Structure end |
#low_latency_hls_manifests ⇒ Array<Types::HarvestedLowLatencyHlsManifest>
A list of harvested Low-Latency HLS manifests.
2325 2326 2327 2328 2329 2330 2331 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2325 class HarvestedManifests < Struct.new( :hls_manifests, :dash_manifests, :low_latency_hls_manifests) SENSITIVE = [] include Aws::Structure end |