Class: Aws::MediaPackage::Types::MssEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::MssEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/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.
1676 1677 1678 1679 1680 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 1676 class MssEncryption < Struct.new( :speke_key_provider) SENSITIVE = [] include Aws::Structure end |