Class: Aws::MediaPackage::Types::HlsIngest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

An HTTP Live Streaming (HLS) ingest resource configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingest_endpointsArray<Types::IngestEndpoint>

A list of endpoints to which the source stream should be sent.

Returns:



1220
1221
1222
1223
1224
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1220

class HlsIngest < Struct.new(
  :ingest_endpoints)
  SENSITIVE = []
  include Aws::Structure
end