Class: Aws::Types::DashIsoEncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::DashIsoEncryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#playback_device_compatibility ⇒ "CENC_V1", "UNENCRYPTED_SEI"
Returns the value of attribute playback_device_compatibility.
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
Instance Attribute Details
#playback_device_compatibility ⇒ "CENC_V1", "UNENCRYPTED_SEI"
Returns the value of attribute playback_device_compatibility.
632 633 634 |
# File 'sig/types.rbs', line 632 def playback_device_compatibility @playback_device_compatibility end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
633 634 635 |
# File 'sig/types.rbs', line 633 def speke_key_provider @speke_key_provider end |