Class: Aws::MediaPackageVod::Types::MssEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::MssEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A Microsoft Smooth Streaming (MSS) encryption configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Instance Attribute Details
#speke_key_provider ⇒ Types::SpekeKeyProvider
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1233 class MssEncryption < Struct.new( :speke_key_provider) SENSITIVE = [] include Aws::Structure end |