Class: Aws::Types::HarvestedManifests
- Inherits:
-
Object
- Object
- Aws::Types::HarvestedManifests
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dash_manifests ⇒ ::Array[Types::HarvestedDashManifest]
Returns the value of attribute dash_manifests.
-
#hls_manifests ⇒ ::Array[Types::HarvestedHlsManifest]
Returns the value of attribute hls_manifests.
-
#low_latency_hls_manifests ⇒ ::Array[Types::HarvestedLowLatencyHlsManifest]
Returns the value of attribute low_latency_hls_manifests.
Instance Attribute Details
#dash_manifests ⇒ ::Array[Types::HarvestedDashManifest]
Returns the value of attribute dash_manifests.
621 622 623 |
# File 'sig/types.rbs', line 621 def dash_manifests @dash_manifests end |
#hls_manifests ⇒ ::Array[Types::HarvestedHlsManifest]
Returns the value of attribute hls_manifests.
620 621 622 |
# File 'sig/types.rbs', line 620 def hls_manifests @hls_manifests end |
#low_latency_hls_manifests ⇒ ::Array[Types::HarvestedLowLatencyHlsManifest]
Returns the value of attribute low_latency_hls_manifests.
622 623 624 |
# File 'sig/types.rbs', line 622 def low_latency_hls_manifests @low_latency_hls_manifests end |