Class: Aws::Types::HarvestedManifests

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dash_manifests::Array[Types::HarvestedDashManifest]

Returns the value of attribute dash_manifests.

Returns:



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.

Returns:



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