Class: Aws::Types::CmafEncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::CmafEncryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clear_lead_segments ⇒ ::Integer
Returns the value of attribute clear_lead_segments.
-
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
-
#encryption_method ⇒ "SAMPLE_AES", "AES_CTR"
Returns the value of attribute encryption_method.
-
#initialization_vector_in_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute initialization_vector_in_manifest.
-
#speke_key_provider ⇒ Types::SpekeKeyProviderCmaf
Returns the value of attribute speke_key_provider.
-
#static_key_provider ⇒ Types::StaticKeyProvider
Returns the value of attribute static_key_provider.
-
#type ⇒ "SPEKE", "STATIC_KEY"
Returns the value of attribute type.
Instance Attribute Details
#clear_lead_segments ⇒ ::Integer
Returns the value of attribute clear_lead_segments.
392 393 394 |
# File 'sig/types.rbs', line 392 def clear_lead_segments @clear_lead_segments end |
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
393 394 395 |
# File 'sig/types.rbs', line 393 def constant_initialization_vector @constant_initialization_vector end |
#encryption_method ⇒ "SAMPLE_AES", "AES_CTR"
Returns the value of attribute encryption_method.
394 395 396 |
# File 'sig/types.rbs', line 394 def encryption_method @encryption_method end |
#initialization_vector_in_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute initialization_vector_in_manifest.
395 396 397 |
# File 'sig/types.rbs', line 395 def initialization_vector_in_manifest @initialization_vector_in_manifest end |
#speke_key_provider ⇒ Types::SpekeKeyProviderCmaf
Returns the value of attribute speke_key_provider.
396 397 398 |
# File 'sig/types.rbs', line 396 def speke_key_provider @speke_key_provider end |
#static_key_provider ⇒ Types::StaticKeyProvider
Returns the value of attribute static_key_provider.
397 398 399 |
# File 'sig/types.rbs', line 397 def static_key_provider @static_key_provider end |
#type ⇒ "SPEKE", "STATIC_KEY"
Returns the value of attribute type.
398 399 400 |
# File 'sig/types.rbs', line 398 def type @type end |