Class: Aws::MediaPackageVod::Types::MssManifest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::MssManifest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A Microsoft Smooth Streaming (MSS) manifest configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_name ⇒ String
An optional string to include in the name of the manifest.
-
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.
Instance Attribute Details
#manifest_name ⇒ String
An optional string to include in the name of the manifest.
1251 1252 1253 1254 1255 1256 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1251 class MssManifest < Struct.new( :manifest_name, :stream_selection) SENSITIVE = [] include Aws::Structure end |
#stream_selection ⇒ Types::StreamSelection
A StreamSelection configuration.
1251 1252 1253 1254 1255 1256 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1251 class MssManifest < Struct.new( :manifest_name, :stream_selection) SENSITIVE = [] include Aws::Structure end |