Class: Aws::Types::EncryptionMethod
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionMethod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmaf_encryption_method ⇒ "CENC", "CBCS"
Returns the value of attribute cmaf_encryption_method.
-
#ism_encryption_method ⇒ "CENC"
Returns the value of attribute ism_encryption_method.
-
#ts_encryption_method ⇒ "AES_128", "SAMPLE_AES"
Returns the value of attribute ts_encryption_method.
Instance Attribute Details
#cmaf_encryption_method ⇒ "CENC", "CBCS"
Returns the value of attribute cmaf_encryption_method.
376 377 378 |
# File 'sig/types.rbs', line 376 def cmaf_encryption_method @cmaf_encryption_method end |
#ism_encryption_method ⇒ "CENC"
Returns the value of attribute ism_encryption_method.
377 378 379 |
# File 'sig/types.rbs', line 377 def ism_encryption_method @ism_encryption_method end |
#ts_encryption_method ⇒ "AES_128", "SAMPLE_AES"
Returns the value of attribute ts_encryption_method.
375 376 377 |
# File 'sig/types.rbs', line 375 def ts_encryption_method @ts_encryption_method end |