Class: Aws::MediaPackageV2::Types::HarvestedLowLatencyHlsManifest

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

Instance Attribute Details

#manifest_nameString

The name of the harvested Low-Latency HLS manifest.

Returns:

  • (String)


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