Class: Aws::Types::Encryption
- Inherits:
-
Object
- Object
- Aws::Types::Encryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmaf_exclude_segment_drm_metadata ⇒ Boolean
Returns the value of attribute cmaf_exclude_segment_drm_metadata.
-
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
-
#encryption_method ⇒ Types::EncryptionMethod
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
#cmaf_exclude_segment_drm_metadata ⇒ Boolean
Returns the value of attribute cmaf_exclude_segment_drm_metadata.
363 364 365 |
# File 'sig/types.rbs', line 363 def @cmaf_exclude_segment_drm_metadata end |
#constant_initialization_vector ⇒ ::String
Returns the value of attribute constant_initialization_vector.
360 361 362 |
# File 'sig/types.rbs', line 360 def constant_initialization_vector @constant_initialization_vector end |
#encryption_method ⇒ Types::EncryptionMethod
Returns the value of attribute encryption_method.
361 362 363 |
# File 'sig/types.rbs', line 361 def encryption_method @encryption_method end |
#key_rotation_interval_seconds ⇒ ::Integer
Returns the value of attribute key_rotation_interval_seconds.
362 363 364 |
# File 'sig/types.rbs', line 362 def key_rotation_interval_seconds @key_rotation_interval_seconds end |
#speke_key_provider ⇒ Types::SpekeKeyProvider
Returns the value of attribute speke_key_provider.
364 365 366 |
# File 'sig/types.rbs', line 364 def speke_key_provider @speke_key_provider end |