Class: Aws::MediaPackage::Types::MssEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::MssEncryption
- Defined in:
- gems/aws-sdk-mediapackage/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.
1649 1650 1651 1652 1653 |
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 1649 class MssEncryption < Struct.new( :speke_key_provider) SENSITIVE = [] include Aws::Structure end |