Class: Aws::MediaPackageVod::Types::MssManifest

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

Overview

A Microsoft Smooth Streaming (MSS) manifest configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_nameString

An optional string to include in the name of the manifest.

Returns:

  • (String)


1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1251

class MssManifest < Struct.new(
  :manifest_name,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end

#stream_selectionTypes::StreamSelection

A StreamSelection configuration.



1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-mediapackagevod/lib/aws-sdk-mediapackagevod/types.rb', line 1251

class MssManifest < Struct.new(
  :manifest_name,
  :stream_selection)
  SENSITIVE = []
  include Aws::Structure
end