Class: Aws::Types::CmafEncryption
- Inherits:
-
Object
- Object
- Aws::Types::CmafEncryption
- 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 ⇒ "SAMPLE_AES", "AES_CTR"
Returns the value of attribute encryption_method.
-
#key_rotation_interval_seconds ⇒ ::Integer
Returns the value of attribute key_rotation_interval_seconds.
-
#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.
48 49 50 |
# File 'sig/types.rbs', line 48 def constant_initialization_vector @constant_initialization_vector end |
#encryption_method ⇒ "SAMPLE_AES", "AES_CTR"
Returns the value of attribute encryption_method.
49 50 51 |
# File 'sig/types.rbs', line 49 def encryption_method @encryption_method end |
#key_rotation_interval_seconds ⇒ ::Integer
Returns the value of attribute key_rotation_interval_seconds.
50 51 52 |
# File 'sig/types.rbs', line 50 def key_rotation_interval_seconds @key_rotation_interval_seconds end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
51 52 53 |
# File 'sig/types.rbs', line 51 def speke_key_provider @speke_key_provider end |