Class: Aws::Types::HlsEncryption
- Inherits:
-
Object
- Object
- Aws::Types::HlsEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
-
#encryption_method ⇒ "AES_128", "SAMPLE_AES"
Returns the value of attribute encryption_method.
-
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
Instance Attribute Details
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
287 288 289 |
# File 'sig/types.rbs', line 287 def constant_initialization_vector @constant_initialization_vector end |
#encryption_method ⇒ "AES_128", "SAMPLE_AES"
Returns the value of attribute encryption_method.
288 289 290 |
# File 'sig/types.rbs', line 288 def encryption_method @encryption_method end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
289 290 291 |
# File 'sig/types.rbs', line 289 def speke_key_provider @speke_key_provider end |