Class: Aws::MediaPackageVod::Types::DashEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::DashEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A Dynamic Adaptive Streaming over HTTP (DASH) 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.
564 565 566 567 568 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 564 class DashEncryption < Struct.new( :speke_key_provider) SENSITIVE = [] include Aws::Structure end |