Class: Aws::MediaPackageV2::Types::HarvestedManifests

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dash_manifestsArray<Types::HarvestedDashManifest>

A list of harvested DASH manifests.

Returns:



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_manifestsArray<Types::HarvestedHlsManifest>

A list of harvested HLS manifests.

Returns:



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_manifestsArray<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