Class: Aws::MediaPackage::Types::HlsIngest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::HlsIngest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
An HTTP Live Streaming (HLS) ingest resource configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingest_endpoints ⇒ Array<Types::IngestEndpoint>
A list of endpoints to which the source stream should be sent.
Instance Attribute Details
#ingest_endpoints ⇒ Array<Types::IngestEndpoint>
A list of endpoints to which the source stream should be sent.
1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1220 class HlsIngest < Struct.new( :ingest_endpoints) SENSITIVE = [] include Aws::Structure end |