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.
384 385 386 |
# File 'sig/types.rbs', line 384 def clear_lead_segments @clear_lead_segments end |
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
385 386 387 |
# File 'sig/types.rbs', line 385 def constant_initialization_vector @constant_initialization_vector end |
#encryption_method ⇒ "SAMPLE_AES", "AES_CTR"
Returns the value of attribute encryption_method.
386 387 388 |
# File 'sig/types.rbs', line 386 def encryption_method @encryption_method end |
#initialization_vector_in_manifest ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute initialization_vector_in_manifest.
387 388 389 |
# File 'sig/types.rbs', line 387 def initialization_vector_in_manifest @initialization_vector_in_manifest end |
#speke_key_provider ⇒ Types::SpekeKeyProviderCmaf
Returns the value of attribute speke_key_provider.
388 389 390 |
# File 'sig/types.rbs', line 388 def speke_key_provider @speke_key_provider end |
#static_key_provider ⇒ Types::StaticKeyProvider
Returns the value of attribute static_key_provider.
389 390 391 |
# File 'sig/types.rbs', line 389 def static_key_provider @static_key_provider end |
#type ⇒ "SPEKE", "STATIC_KEY"
Returns the value of attribute type.
390 391 392 |
# File 'sig/types.rbs', line 390 def type @type end |