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.
-
#key_rotation_interval_seconds ⇒ ::Integer
Returns the value of attribute key_rotation_interval_seconds.
-
#repeat_ext_x_key ⇒ Boolean
Returns the value of attribute repeat_ext_x_key.
-
#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.
326 327 328 |
# File 'sig/types.rbs', line 326 def constant_initialization_vector @constant_initialization_vector end |
#encryption_method ⇒ "AES_128", "SAMPLE_AES"
Returns the value of attribute encryption_method.
327 328 329 |
# File 'sig/types.rbs', line 327 def encryption_method @encryption_method end |
#key_rotation_interval_seconds ⇒ ::Integer
Returns the value of attribute key_rotation_interval_seconds.
328 329 330 |
# File 'sig/types.rbs', line 328 def key_rotation_interval_seconds @key_rotation_interval_seconds end |
#repeat_ext_x_key ⇒ Boolean
Returns the value of attribute repeat_ext_x_key.
329 330 331 |
# File 'sig/types.rbs', line 329 def repeat_ext_x_key @repeat_ext_x_key end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
330 331 332 |
# File 'sig/types.rbs', line 330 def speke_key_provider @speke_key_provider end |